Html Css Color HEX #DD4FCC Free Speech Magenta

📋 copy color: '#DD4FCC'

red 221 ◦ green 79 ◦ blue 204

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

Shades of Free Speech Magenta #DD4FCC

Tints of Free Speech Magenta #DD4FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.67%

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

R = 43.85%
G = 15.67%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD4FCC (or 0xDD4FCC) is known color: Free Speech Magenta. HEX triplet: DD, 4F and CC. RGB value is (221,79,204). Sum of RGB (Red+Green+Blue) = 221+79+204=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4FCC is #22B033. Grayscale: #878787. Windows color (decimal): -2273332 or 13389789. OLE color: 13389789.

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

Color convert

RGB 221 79 204 -
CMYK 0 0.64 0.08 0.13
HSL 307.18º 0.68% 0.59% -
HSV(B) 307.18º 0.64% 0.87% -
XYZ 43.51 25.32 59.72 -
YUV 135.71 166.54 188.84 -
System Red Green Blue C M Y K H S L
Decimal 221 79 204 0 0.64 0.08 0.13 307.18 0.68 0.59
Hex DD 4F CC 0 40 8 D 133 44 3B
Octal 335 117 314 0 100 10 15 463 104 73
Binary 11011101 1001111 11001100 0 1000000 1000 1101 100110011 1000100 111011

Color Harmonies of #DD4FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4FCC

Black with #DD4FCC

Text Example


Text Example

White with #DD4FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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