#DD58C9

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

Shades of Free Speech Magenta #DD58C9

Tints of Free Speech Magenta #DD58C9

Color information

#DD58C9 (or 0xDD58C9) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 58 and C9. RGB value is (221,88,201). Sum of RGB (Red+Green+Blue) = 221+88+201=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 88 (34.77% from 255 or 17.25% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD58C9 is #22A736. Grayscale: #8C8C8C. Windows color (decimal): -2271031 or 13195485. OLE color: 13195485.

HSL color Cylindrical-coordinate representation of color #DD58C9: hue angle of 309.02º 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 #DD58C9 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB22188201-
CMYK00.600.090.13
HSL309.02º66.17%60.59%-
HSV(B)309.02º60.18%86.67%-
XYZ43.8526.5758.08-
YUV140.65162.06185.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.33%
GREEN value IS 88 (34.77% from 255) = 17.25%
BLUE value IS 201 (78.91% from 255) = 39.41%
R=43.33%
G=17.25%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218820100.600.090.13309.0266.1760.59
HexDD58C903C9D135423d
Octal335130311074111546510275
Binary110111011011000110010010111100100111011001101011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD58C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD58C9; }

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

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

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

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

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

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

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

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