Html Css Color HEX #DB09AB Hollywood Cerise

📋 copy color: '#DB09AB'

red 219 ◦ green 9 ◦ blue 171

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

Shades of Hollywood Cerise #DB09AB

Tints of Hollywood Cerise #DB09AB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.26%

 BLUE value IS 171 (67.19% from 255) = 42.86%

R = 54.89%
G = 2.26%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB09AB (or 0xDB09AB) is known color: Hollywood Cerise. HEX triplet: DB, 09 and AB. RGB value is (219,9,171). Sum of RGB (Red+Green+Blue) = 219+9+171=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 9 (3.91% from 255 or 2.26% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB09AB is #24F654. Grayscale: #595959. Windows color (decimal): -2422357 or 11209179. OLE color: 11209179.

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

Color convert

RGB 219 9 171 -
CMYK 0 0.96 0.22 0.14
HSL 313.71º 0.92% 0.45% -
HSV(B) 313.71º 0.96% 0.86% -
XYZ 36.66 18.2 40.11 -
YUV 90.26 173.57 219.83 -
System Red Green Blue C M Y K H S L
Decimal 219 9 171 0 0.96 0.22 0.14 313.71 0.92 0.45
Hex DB 9 AB 0 60 16 E 13A 5C 2D
Octal 333 11 253 0 140 26 16 472 134 55
Binary 11011011 1001 10101011 0 1100000 10110 1110 100111010 1011100 101101

Color Harmonies of #DB09AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB09AB

Black with #DB09AB

Text Example


Text Example

White with #DB09AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB09AB; }

 p { color: rgb(219,9,171); }

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

background-color css

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

 a { background-color: rgb(219,9,171); }

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

border-color css

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

 span { border-color: rgb(219,9,171); }

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