Html Css Color HEX #DC0C9C Hollywood Cerise

📋 copy color: '#DC0C9C'

red 220 ◦ green 12 ◦ blue 156

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

Shades of Hollywood Cerise #DC0C9C

Tints of Hollywood Cerise #DC0C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.21%

R = 56.7%
G = 3.09%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC0C9C (or 0xDC0C9C) is known color: Hollywood Cerise. HEX triplet: DC, 0C and 9C. RGB value is (220,12,156). Sum of RGB (Red+Green+Blue) = 220+12+156=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0C9C is #23F363. Grayscale: #5A5A5A. Windows color (decimal): -2356068 or 10226908. OLE color: 10226908.

HSL color Cylindrical-coordinate representation of color #DC0C9C: hue angle of 318.46º 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 #DC0C9C is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 12 156 -
CMYK 0 0.95 0.29 0.14
HSL 318.46º 0.9% 0.45% -
HSV(B) 318.46º 0.95% 0.86% -
XYZ 35.65 17.88 33.02 -
YUV 90.61 164.91 220.29 -
System Red Green Blue C M Y K H S L
Decimal 220 12 156 0 0.95 0.29 0.14 318.46 0.9 0.45
Hex DC C 9C 0 5F 1D E 13E 5A 2D
Octal 334 14 234 0 137 35 16 476 132 55
Binary 11011100 1100 10011100 0 1011111 11101 1110 100111110 1011010 101101

Color Harmonies of #DC0C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0C9C

Black with #DC0C9C

Text Example


Text Example

White with #DC0C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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