Html Css Color HEX #DD5CC9 Free Speech Magenta

📋 copy color: '#DD5CC9'

red 221 ◦ green 92 ◦ blue 201

#DD5CC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #DD5CC9

Tints of Free Speech Magenta #DD5CC9

RGB

 RED value IS 221 (86.72% from 255) = 43%

 GREEN value IS 92 (36.33% from 255) = 17.9%

 BLUE value IS 201 (78.91% from 255) = 39.11%

R = 43%
G = 17.9%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD5CC9 (or 0xDD5CC9) is known color: Free Speech Magenta. HEX triplet: DD, 5C and C9. RGB value is (221,92,201). Sum of RGB (Red+Green+Blue) = 221+92+201=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 92 (36.33% from 255 or 17.90% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5CC9 is #22A336. Grayscale: #8E8E8E. Windows color (decimal): -2270007 or 13196509. OLE color: 13196509.

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

Color convert

RGB 221 92 201 -
CMYK 0 0.58 0.09 0.13
HSL 309.3º 0.65% 0.61% -
HSV(B) 309.3º 0.58% 0.87% -
XYZ 44.19 27.24 58.19 -
YUV 143 160.74 183.64 -
System Red Green Blue C M Y K H S L
Decimal 221 92 201 0 0.58 0.09 0.13 309.3 0.65 0.61
Hex DD 5C C9 0 3A 9 D 135 41 3D
Octal 335 134 311 0 72 11 15 465 101 75
Binary 11011101 1011100 11001001 0 111010 1001 1101 100110101 1000001 111101

Color Harmonies of #DD5CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5CC9

Black with #DD5CC9

Text Example


Text Example

White with #DD5CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5CC9; }

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

 H1.HeaderClassName
 {
   color: #DD5CC9;
 }
 .AnyTagClassName
 {
   color: #DD5CC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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