#dd58c0

Color #DD58C0 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DD58C0

Tints of Free Speech Magenta #DD58C0

Color information

#DD58C0 (or 0xDD58C0) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 58 and C0. RGB value is (221,88,192). Sum of RGB (Red+Green+Blue) = 221+88+192=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 88 (34.77% from 255 or 17.56% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD58C0 is #22A73F. Grayscale: #8B8B8B. Windows color (decimal): -2271040 or 12605661. OLE color: 12605661.

HSL color Cylindrical-coordinate representation of color #DD58C0: hue angle of 313.08º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD58C0 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB22188192-
CMYK00.600.130.13
HSL313.08º66.17%60.59%-
HSV(B)313.08º60.18%86.67%-
XYZ42.8226.1652.66-
YUV139.62157.56186.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 44.11%
GREEN value IS 88 (34.77% from 255) = 17.56%
BLUE value IS 192 (75.39% from 255) = 38.32%
R=44.11%
G=17.56%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218819200.600.130.13313.0866.1760.59
HexDD58C003CDD139423d
Octal335130300074151547110275
Binary110111011011000110000000111100110111011001110011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd58c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd58c0; }

 p { color: rgb(221,88,192); }

 H1.HeaderClassName
 {
   color: #dd58c0;
 }
 .AnyTagClassName
 {
   color: #dd58c0;
 }
</style>
background-color css

<style>
 a { background-color: #dd58c0; }

 a { background-color: rgb(221,88,192); }

 div.DivClassName
 {
   background-color: #dd58c0;
 }
 .BgClassName
 {
   background-color: #dd58c0;
 }
</style>
border-color css

<style>
 span { border-color: #dd58c0; }

 span { border-color: rgb(221,88,192); }

 td.TdClassName
 {
   border-color: #dd58c0;
 }
 .TagClassName
 {
   border-color: #dd58c0;
 }
</style>