Html Css Color HEX #DC089E Hollywood Cerise

📋 copy color: '#DC089E'

red 220 ◦ green 8 ◦ blue 158

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

Shades of Hollywood Cerise #DC089E

Tints of Hollywood Cerise #DC089E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.93%

R = 56.99%
G = 2.07%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC089E (or 0xDC089E) is known color: Hollywood Cerise. HEX triplet: DC, 08 and 9E. RGB value is (220,8,158). Sum of RGB (Red+Green+Blue) = 220+8+158=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC089E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC089E is #23F761. Grayscale: #585858. Windows color (decimal): -2357090 or 10356956. OLE color: 10356956.

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

Color convert

RGB 220 8 158 -
CMYK 0 0.96 0.28 0.14
HSL 317.55º 0.93% 0.45% -
HSV(B) 317.55º 0.96% 0.86% -
XYZ 35.77 17.86 33.91 -
YUV 88.49 167.24 221.8 -
System Red Green Blue C M Y K H S L
Decimal 220 8 158 0 0.96 0.28 0.14 317.55 0.93 0.45
Hex DC 8 9E 0 60 1C E 13E 5D 2D
Octal 334 10 236 0 140 34 16 476 135 55
Binary 11011100 1000 10011110 0 1100000 11100 1110 100111110 1011101 101101

Color Harmonies of #DC089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC089E

Black with #DC089E

Text Example


Text Example

White with #DC089E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC089E; }

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

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

background-color css

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

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

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

border-color css

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

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

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