Html Css Color HEX #DC089B Hollywood Cerise

📋 copy color: '#DC089B'

red 220 ◦ green 8 ◦ blue 155

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

Shades of Hollywood Cerise #DC089B

Tints of Hollywood Cerise #DC089B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.47%

R = 57.44%
G = 2.09%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC089B (or 0xDC089B) is known color: Hollywood Cerise. HEX triplet: DC, 08 and 9B. RGB value is (220,8,155). Sum of RGB (Red+Green+Blue) = 220+8+155=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC089B is #23F764. Grayscale: #575757. Windows color (decimal): -2357093 or 10160348. OLE color: 10160348.

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

Color convert

RGB 220 8 155 -
CMYK 0 0.96 0.30 0.14
HSL 318.4º 0.93% 0.45% -
HSV(B) 318.4º 0.96% 0.86% -
XYZ 35.52 17.76 32.57 -
YUV 88.15 165.74 222.05 -
System Red Green Blue C M Y K H S L
Decimal 220 8 155 0 0.96 0.30 0.14 318.4 0.93 0.45
Hex DC 8 9B 0 60 1E E 13E 5D 2D
Octal 334 10 233 0 140 36 16 476 135 55
Binary 11011100 1000 10011011 0 1100000 11110 1110 100111110 1011101 101101

Color Harmonies of #DC089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC089B

Black with #DC089B

Text Example


Text Example

White with #DC089B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC089B; }

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

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

background-color css

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

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

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

border-color css

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

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

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