Html Css Color HEX #DC0894 Hollywood Cerise

📋 copy color: '#DC0894'

red 220 ◦ green 8 ◦ blue 148

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

Shades of Hollywood Cerise #DC0894

Tints of Hollywood Cerise #DC0894

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.13%

 BLUE value IS 148 (58.2% from 255) = 39.36%

R = 58.51%
G = 2.13%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC0894 (or 0xDC0894) is known color: Hollywood Cerise. HEX triplet: DC, 08 and 94. RGB value is (220,8,148). Sum of RGB (Red+Green+Blue) = 220+8+148=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0894 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0894 is #23F76B. Grayscale: #575757. Windows color (decimal): -2357100 or 9701596. OLE color: 9701596.

HSL color Cylindrical-coordinate representation of color #DC0894: hue angle of 320.38º degrees, saturation: 0.93, 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 #DC0894 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 8 148 -
CMYK 0 0.96 0.33 0.14
HSL 320.38º 0.93% 0.45% -
HSV(B) 320.38º 0.96% 0.86% -
XYZ 34.95 17.53 29.56 -
YUV 87.35 162.24 222.62 -
System Red Green Blue C M Y K H S L
Decimal 220 8 148 0 0.96 0.33 0.14 320.38 0.93 0.45
Hex DC 8 94 0 60 21 E 140 5D 2D
Octal 334 10 224 0 140 41 16 500 135 55
Binary 11011100 1000 10010100 0 1100000 100001 1110 101000000 1011101 101101

Color Harmonies of #DC0894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0894

Black with #DC0894

Text Example


Text Example

White with #DC0894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0894; }

 p { color: rgb(220,8,148); }

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

background-color css

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

 a { background-color: rgb(220,8,148); }

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

border-color css

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

 span { border-color: rgb(220,8,148); }

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