Html Css Color HEX #DB089F Hollywood Cerise

📋 copy color: '#DB089F'

red 219 ◦ green 8 ◦ blue 159

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

Shades of Hollywood Cerise #DB089F

Tints of Hollywood Cerise #DB089F

RGB

 RED value IS 219 (85.94% from 255) = 56.74%

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

 BLUE value IS 159 (62.5% from 255) = 41.19%

R = 56.74%
G = 2.07%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB089F (or 0xDB089F) is known color: Hollywood Cerise. HEX triplet: DB, 08 and 9F. RGB value is (219,8,159). Sum of RGB (Red+Green+Blue) = 219+8+159=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB089F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB089F is #24F760. Grayscale: #575757. Windows color (decimal): -2422625 or 10422491. OLE color: 10422491.

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

Color convert

RGB 219 8 159 -
CMYK 0 0.96 0.27 0.14
HSL 317.06º 0.93% 0.45% -
HSV(B) 317.06º 0.96% 0.86% -
XYZ 35.56 17.74 34.35 -
YUV 88.3 167.9 221.22 -
System Red Green Blue C M Y K H S L
Decimal 219 8 159 0 0.96 0.27 0.14 317.06 0.93 0.45
Hex DB 8 9F 0 60 1B E 13D 5D 2D
Octal 333 10 237 0 140 33 16 475 135 55
Binary 11011011 1000 10011111 0 1100000 11011 1110 100111101 1011101 101101

Color Harmonies of #DB089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB089F

Black with #DB089F

Text Example


Text Example

White with #DB089F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB089F; }

 p { color: rgb(219,8,159); }

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

background-color css

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

 a { background-color: rgb(219,8,159); }

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

border-color css

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

 span { border-color: rgb(219,8,159); }

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