Html Css Color HEX #DC0CB0 Hollywood Cerise

📋 copy color: '#DC0CB0'

red 220 ◦ green 12 ◦ blue 176

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

Shades of Hollywood Cerise #DC0CB0

Tints of Hollywood Cerise #DC0CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.14%

R = 53.92%
G = 2.94%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DC0CB0 (or 0xDC0CB0) is known color: Hollywood Cerise. HEX triplet: DC, 0C and B0. RGB value is (220,12,176). Sum of RGB (Red+Green+Blue) = 220+12+176=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 176 (69.14% from 255 or 43.14% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0CB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0CB0 is #23F34F. Grayscale: #5C5C5C. Windows color (decimal): -2356048 or 11537628. OLE color: 11537628.

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

Color convert

RGB 220 12 176 -
CMYK 0 0.95 0.2 0.14
HSL 312.69º 0.9% 0.45% -
HSV(B) 312.69º 0.95% 0.86% -
XYZ 37.48 18.61 42.69 -
YUV 92.89 174.91 218.66 -
System Red Green Blue C M Y K H S L
Decimal 220 12 176 0 0.95 0.2 0.14 312.69 0.9 0.45
Hex DC C B0 0 5F 14 E 139 5A 2D
Octal 334 14 260 0 137 24 16 471 132 55
Binary 11011100 1100 10110000 0 1011111 10100 1110 100111001 1011010 101101

Color Harmonies of #DC0CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0CB0

Black with #DC0CB0

Text Example


Text Example

White with #DC0CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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