Html Css Color HEX #DD4DCC Free Speech Magenta

📋 copy color: '#DD4DCC'

red 221 ◦ green 77 ◦ blue 204

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

Shades of Free Speech Magenta #DD4DCC

Tints of Free Speech Magenta #DD4DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.34%

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 44.02%
G = 15.34%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD4DCC (or 0xDD4DCC) is known color: Free Speech Magenta. HEX triplet: DD, 4D and CC. RGB value is (221,77,204). Sum of RGB (Red+Green+Blue) = 221+77+204=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 77 (30.47% from 255 or 15.34% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4DCC is #22B233. Grayscale: #868686. Windows color (decimal): -2273844 or 13389277. OLE color: 13389277.

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

Color convert

RGB 221 77 204 -
CMYK 0 0.65 0.08 0.13
HSL 307.08º 0.68% 0.58% -
HSV(B) 307.08º 0.65% 0.87% -
XYZ 43.37 25.04 59.67 -
YUV 134.53 167.21 189.67 -
System Red Green Blue C M Y K H S L
Decimal 221 77 204 0 0.65 0.08 0.13 307.08 0.68 0.58
Hex DD 4D CC 0 41 8 D 133 44 3A
Octal 335 115 314 0 101 10 15 463 104 72
Binary 11011101 1001101 11001100 0 1000001 1000 1101 100110011 1000100 111010

Color Harmonies of #DD4DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4DCC

Black with #DD4DCC

Text Example


Text Example

White with #DD4DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4DCC; }

 p { color: rgb(221,77,204); }

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

background-color css

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

 a { background-color: rgb(221,77,204); }

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

border-color css

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

 span { border-color: rgb(221,77,204); }

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