Html Css Color HEX #DC0091 Hollywood Cerise

📋 copy color: '#DC0091'

red 220 ◦ green 0 ◦ blue 145

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

Shades of Hollywood Cerise #DC0091

Tints of Hollywood Cerise #DC0091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 145 (57.03% from 255) = 39.73%

R = 60.27%
G = 0%
B = 39.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC0091 (or 0xDC0091) is known color: Hollywood Cerise. HEX triplet: DC, 00 and 91. RGB value is (220,0,145). Sum of RGB (Red+Green+Blue) = 220+0+145=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0091 is #23FF6E. Grayscale: #515151. Windows color (decimal): -2359151 or 9502940. OLE color: 9502940.

HSL color Cylindrical-coordinate representation of color #DC0091: hue angle of 320.45º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0091 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 0 145 -
CMYK 0 1 0.34 0.14
HSL 320.45º 1% 0.43% -
HSV(B) 320.45º 1% 0.86% -
XYZ 34.63 17.26 28.29 -
YUV 82.31 163.39 226.21 -
System Red Green Blue C M Y K H S L
Decimal 220 0 145 0 1 0.34 0.14 320.45 1 0.43
Hex DC 0 91 0 64 22 E 140 64 2B
Octal 334 0 221 0 144 42 16 500 144 53
Binary 11011100 0 10010001 0 1100100 100010 1110 101000000 1100100 101011

Color Harmonies of #DC0091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0091

Black with #DC0091

Text Example


Text Example

White with #DC0091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0091; }

 p { color: rgb(220,0,145); }

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

background-color css

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

 a { background-color: rgb(220,0,145); }

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

border-color css

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

 span { border-color: rgb(220,0,145); }

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