#DD5AC9

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

Shades of Free Speech Magenta #DD5AC9

Tints of Free Speech Magenta #DD5AC9

Color information

#DD5AC9 (or 0xDD5AC9) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5A and C9. RGB value is (221,90,201). Sum of RGB (Red+Green+Blue) = 221+90+201=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5AC9 is #22A536. Grayscale: #8D8D8D. Windows color (decimal): -2270519 or 13195997. OLE color: 13195997.

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

Color convert

RGB22190201-
CMYK00.590.090.13
HSL309.16º65.83%60.98%-
HSV(B)309.16º59.28%86.67%-
XYZ44.0226.958.13-
YUV141.82161.4184.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.16%
GREEN value IS 90 (35.55% from 255) = 17.58%
BLUE value IS 201 (78.91% from 255) = 39.26%
R=43.16%
G=17.58%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219020100.590.090.13309.1665.8360.98
HexDD5AC903B9D135423d
Octal335132311073111546510275
Binary110111011011010110010010111011100111011001101011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5AC9; }

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

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

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

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

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

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

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

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