Html Css Color HEX #DC089C Hollywood Cerise

📋 copy color: '#DC089C'

red 220 ◦ green 8 ◦ blue 156

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

Shades of Hollywood Cerise #DC089C

Tints of Hollywood Cerise #DC089C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.63%

R = 57.29%
G = 2.08%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC089C (or 0xDC089C) is known color: Hollywood Cerise. HEX triplet: DC, 08 and 9C. RGB value is (220,8,156). Sum of RGB (Red+Green+Blue) = 220+8+156=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC089C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC089C is #23F763. Grayscale: #575757. Windows color (decimal): -2357092 or 10225884. OLE color: 10225884.

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

Color convert

RGB 220 8 156 -
CMYK 0 0.96 0.29 0.14
HSL 318.11º 0.93% 0.45% -
HSV(B) 318.11º 0.96% 0.86% -
XYZ 35.6 17.79 33.01 -
YUV 88.26 166.24 221.97 -
System Red Green Blue C M Y K H S L
Decimal 220 8 156 0 0.96 0.29 0.14 318.11 0.93 0.45
Hex DC 8 9C 0 60 1D E 13E 5D 2D
Octal 334 10 234 0 140 35 16 476 135 55
Binary 11011100 1000 10011100 0 1100000 11101 1110 100111110 1011101 101101

Color Harmonies of #DC089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC089C

Black with #DC089C

Text Example


Text Example

White with #DC089C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC089C; }

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

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

background-color css

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

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

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

border-color css

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

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

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