Html Css Color HEX #DC0996 Hollywood Cerise

📋 copy color: '#DC0996'

red 220 ◦ green 9 ◦ blue 150

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

Shades of Hollywood Cerise #DC0996

Tints of Hollywood Cerise #DC0996

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.37%

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

R = 58.05%
G = 2.37%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC0996 (or 0xDC0996) is known color: Hollywood Cerise. HEX triplet: DC, 09 and 96. RGB value is (220,9,150). Sum of RGB (Red+Green+Blue) = 220+9+150=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0996 is #23F669. Grayscale: #575757. Windows color (decimal): -2356842 or 9832924. OLE color: 9832924.

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

Color convert

RGB 220 9 150 -
CMYK 0 0.96 0.32 0.14
HSL 319.91º 0.92% 0.45% -
HSV(B) 319.91º 0.96% 0.86% -
XYZ 35.12 17.61 30.4 -
YUV 88.16 162.9 222.04 -
System Red Green Blue C M Y K H S L
Decimal 220 9 150 0 0.96 0.32 0.14 319.91 0.92 0.45
Hex DC 9 96 0 60 20 E 140 5C 2D
Octal 334 11 226 0 140 40 16 500 134 55
Binary 11011100 1001 10010110 0 1100000 100000 1110 101000000 1011100 101101

Color Harmonies of #DC0996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0996

Black with #DC0996

Text Example


Text Example

White with #DC0996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0996; }

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

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

background-color css

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

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

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

border-color css

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

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

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