Html Css Color HEX #DC55CC Free Speech Magenta

📋 copy color: '#DC55CC'

red 220 ◦ green 85 ◦ blue 204

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

Shades of Free Speech Magenta #DC55CC

Tints of Free Speech Magenta #DC55CC

RGB

 RED value IS 220 (86.33% from 255) = 43.22%

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

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

R = 43.22%
G = 16.7%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC55CC (or 0xDC55CC) is known color: Free Speech Magenta. HEX triplet: DC, 55 and CC. RGB value is (220,85,204). Sum of RGB (Red+Green+Blue) = 220+85+204=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC55CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC55CC is #23AA33. Grayscale: #8A8A8A. Windows color (decimal): -2337332 or 13391324. OLE color: 13391324.

HSL color Cylindrical-coordinate representation of color #DC55CC: hue angle of 307.11º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC55CC is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 85 204 -
CMYK 0 0.61 0.07 0.14
HSL 307.11º 0.66% 0.6% -
HSV(B) 307.11º 0.61% 0.86% -
XYZ 43.66 26.07 59.86 -
YUV 138.93 164.73 185.82 -
System Red Green Blue C M Y K H S L
Decimal 220 85 204 0 0.61 0.07 0.14 307.11 0.66 0.6
Hex DC 55 CC 0 3D 7 E 133 42 3C
Octal 334 125 314 0 75 7 16 463 102 74
Binary 11011100 1010101 11001100 0 111101 111 1110 100110011 1000010 111100

Color Harmonies of #DC55CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC55CC

Black with #DC55CC

Text Example


Text Example

White with #DC55CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC55CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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