Html Css Color HEX #DC0796 Hollywood Cerise

📋 copy color: '#DC0796'

red 220 ◦ green 7 ◦ blue 150

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

Shades of Hollywood Cerise #DC0796

Tints of Hollywood Cerise #DC0796

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.86%

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

R = 58.36%
G = 1.86%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC0796 (or 0xDC0796) is known color: Hollywood Cerise. HEX triplet: DC, 07 and 96. RGB value is (220,7,150). Sum of RGB (Red+Green+Blue) = 220+7+150=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0796 is #23F869. Grayscale: #565656. Windows color (decimal): -2357354 or 9832412. OLE color: 9832412.

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

Color convert

RGB 220 7 150 -
CMYK 0 0.97 0.32 0.14
HSL 319.72º 0.94% 0.45% -
HSV(B) 319.72º 0.97% 0.86% -
XYZ 35.1 17.57 30.4 -
YUV 86.99 163.57 222.87 -
System Red Green Blue C M Y K H S L
Decimal 220 7 150 0 0.97 0.32 0.14 319.72 0.94 0.45
Hex DC 7 96 0 61 20 E 140 5E 2D
Octal 334 7 226 0 141 40 16 500 136 55
Binary 11011100 111 10010110 0 1100001 100000 1110 101000000 1011110 101101

Color Harmonies of #DC0796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0796

Black with #DC0796

Text Example


Text Example

White with #DC0796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0796; }

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

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

background-color css

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

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

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

border-color css

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

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

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