Html Css Color HEX #DC0095 Hollywood Cerise

📋 copy color: '#DC0095'

red 220 ◦ green 0 ◦ blue 149

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

Shades of Hollywood Cerise #DC0095

Tints of Hollywood Cerise #DC0095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.38%

R = 59.62%
G = 0%
B = 40.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC0095 (or 0xDC0095) is known color: Hollywood Cerise. HEX triplet: DC, 00 and 95. RGB value is (220,0,149). Sum of RGB (Red+Green+Blue) = 220+0+149=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0095 is #23FF6A. Grayscale: #525252. Windows color (decimal): -2359147 or 9765084. OLE color: 9765084.

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

Color convert

RGB 220 0 149 -
CMYK 0 1 0.32 0.14
HSL 319.36º 1% 0.43% -
HSV(B) 319.36º 1% 0.86% -
XYZ 34.94 17.39 29.95 -
YUV 82.77 165.39 225.88 -
System Red Green Blue C M Y K H S L
Decimal 220 0 149 0 1 0.32 0.14 319.36 1 0.43
Hex DC 0 95 0 64 20 E 13F 64 2B
Octal 334 0 225 0 144 40 16 477 144 53
Binary 11011100 0 10010101 0 1100100 100000 1110 100111111 1100100 101011

Color Harmonies of #DC0095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0095

Black with #DC0095

Text Example


Text Example

White with #DC0095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0095; }

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

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

background-color css

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

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

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

border-color css

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

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

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