Html Css Color HEX #DD3CCC Free Speech Magenta

📋 copy color: '#DD3CCC'

red 221 ◦ green 60 ◦ blue 204

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

Shades of Free Speech Magenta #DD3CCC

Tints of Free Speech Magenta #DD3CCC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.37%

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

R = 45.57%
G = 12.37%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD3CCC (or 0xDD3CCC) is known color: Free Speech Magenta. HEX triplet: DD, 3C and CC. RGB value is (221,60,204). Sum of RGB (Red+Green+Blue) = 221+60+204=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 60 (23.83% from 255 or 12.37% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3CCC is #22C333. Grayscale: #7C7C7C. Windows color (decimal): -2278196 or 13384925. OLE color: 13384925.

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

Color convert

RGB 221 60 204 -
CMYK 0 0.73 0.08 0.13
HSL 306.34º 0.7% 0.55% -
HSV(B) 306.34º 0.73% 0.87% -
XYZ 42.33 22.96 59.33 -
YUV 124.56 172.84 196.79 -
System Red Green Blue C M Y K H S L
Decimal 221 60 204 0 0.73 0.08 0.13 306.34 0.7 0.55
Hex DD 3C CC 0 49 8 D 132 46 37
Octal 335 74 314 0 111 10 15 462 106 67
Binary 11011101 111100 11001100 0 1001001 1000 1101 100110010 1000110 110111

Color Harmonies of #DD3CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3CCC

Black with #DD3CCC

Text Example


Text Example

White with #DD3CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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