Html Css Color HEX #DC0296 Hollywood Cerise

📋 copy color: '#DC0296'

red 220 ◦ green 2 ◦ blue 150

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

Shades of Hollywood Cerise #DC0296

Tints of Hollywood Cerise #DC0296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 150 (58.98% from 255) = 40.32%

R = 59.14%
G = 0.54%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC0296 (or 0xDC0296) is known color: Hollywood Cerise. HEX triplet: DC, 02 and 96. RGB value is (220,2,150). Sum of RGB (Red+Green+Blue) = 220+2+150=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0296 is #23FD69. Grayscale: #535353. Windows color (decimal): -2358634 or 9831132. OLE color: 9831132.

HSL color Cylindrical-coordinate representation of color #DC0296: hue angle of 319.27º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0296 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 2 150 -
CMYK 0 0.99 0.32 0.14
HSL 319.27º 0.98% 0.44% -
HSV(B) 319.27º 0.99% 0.86% -
XYZ 35.04 17.46 30.38 -
YUV 84.05 165.22 224.97 -
System Red Green Blue C M Y K H S L
Decimal 220 2 150 0 0.99 0.32 0.14 319.27 0.98 0.44
Hex DC 2 96 0 63 20 E 13F 62 2C
Octal 334 2 226 0 143 40 16 477 142 54
Binary 11011100 10 10010110 0 1100011 100000 1110 100111111 1100010 101100

Color Harmonies of #DC0296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0296

Black with #DC0296

Text Example


Text Example

White with #DC0296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0296; }

 p { color: rgb(220,2,150); }

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

background-color css

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

 a { background-color: rgb(220,2,150); }

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

border-color css

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

 span { border-color: rgb(220,2,150); }

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