Html Css Color HEX #DC0CA2 Hollywood Cerise

📋 copy color: '#DC0CA2'

red 220 ◦ green 12 ◦ blue 162

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

Shades of Hollywood Cerise #DC0CA2

Tints of Hollywood Cerise #DC0CA2

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.05%

 BLUE value IS 162 (63.67% from 255) = 41.12%

R = 55.84%
G = 3.05%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DC0CA2 (or 0xDC0CA2) is known color: Hollywood Cerise. HEX triplet: DC, 0C and A2. RGB value is (220,12,162). Sum of RGB (Red+Green+Blue) = 220+12+162=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 162 (63.67% from 255 or 41.12% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0CA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0CA2 is #23F35D. Grayscale: #5A5A5A. Windows color (decimal): -2356062 or 10620124. OLE color: 10620124.

HSL color Cylindrical-coordinate representation of color #DC0CA2: hue angle of 316.73º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0CA2 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 12 162 -
CMYK 0 0.95 0.26 0.14
HSL 316.73º 0.9% 0.45% -
HSV(B) 316.73º 0.95% 0.86% -
XYZ 36.17 18.09 35.77 -
YUV 91.29 167.91 219.8 -
System Red Green Blue C M Y K H S L
Decimal 220 12 162 0 0.95 0.26 0.14 316.73 0.9 0.45
Hex DC C A2 0 5F 1A E 13D 5A 2D
Octal 334 14 242 0 137 32 16 475 132 55
Binary 11011100 1100 10100010 0 1011111 11010 1110 100111101 1011010 101101

Color Harmonies of #DC0CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0CA2

Black with #DC0CA2

Text Example


Text Example

White with #DC0CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0CA2; }

 p { color: rgb(220,12,162); }

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

background-color css

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

 a { background-color: rgb(220,12,162); }

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

border-color css

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

 span { border-color: rgb(220,12,162); }

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