Html Css Color HEX #DD55CC Free Speech Magenta

📋 copy color: '#DD55CC'

red 221 ◦ green 85 ◦ blue 204

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

Shades of Free Speech Magenta #DD55CC

Tints of Free Speech Magenta #DD55CC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.67%

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

R = 43.33%
G = 16.67%
B = 40%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD55CC (or 0xDD55CC) is known color: Free Speech Magenta. HEX triplet: DD, 55 and CC. RGB value is (221,85,204). Sum of RGB (Red+Green+Blue) = 221+85+204=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 85 (33.59% from 255 or 16.67% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD55CC is #22AA33. Grayscale: #8A8A8A. Windows color (decimal): -2271796 or 13391325. OLE color: 13391325.

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

Color convert

RGB 221 85 204 -
CMYK 0 0.62 0.08 0.13
HSL 307.5º 0.67% 0.6% -
HSV(B) 307.5º 0.62% 0.87% -
XYZ 43.97 26.23 59.87 -
YUV 139.23 164.56 186.32 -
System Red Green Blue C M Y K H S L
Decimal 221 85 204 0 0.62 0.08 0.13 307.5 0.67 0.6
Hex DD 55 CC 0 3E 8 D 134 43 3C
Octal 335 125 314 0 76 10 15 464 103 74
Binary 11011101 1010101 11001100 0 111110 1000 1101 100110100 1000011 111100

Color Harmonies of #DD55CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD55CC

Black with #DD55CC

Text Example


Text Example

White with #DD55CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD55CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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