Html Css Color HEX #DB09B0 Hollywood Cerise

📋 copy color: '#DB09B0'

red 219 ◦ green 9 ◦ blue 176

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

Shades of Hollywood Cerise #DB09B0

Tints of Hollywood Cerise #DB09B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.56%

R = 54.21%
G = 2.23%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB09B0 (or 0xDB09B0) is known color: Hollywood Cerise. HEX triplet: DB, 09 and B0. RGB value is (219,9,176). Sum of RGB (Red+Green+Blue) = 219+9+176=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB09B0 is #24F64F. Grayscale: #5A5A5A. Windows color (decimal): -2422352 or 11536859. OLE color: 11536859.

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

Color convert

RGB 219 9 176 -
CMYK 0 0.96 0.20 0.14
HSL 312.29º 0.92% 0.45% -
HSV(B) 312.29º 0.96% 0.86% -
XYZ 37.15 18.39 42.67 -
YUV 90.83 176.07 219.42 -
System Red Green Blue C M Y K H S L
Decimal 219 9 176 0 0.96 0.20 0.14 312.29 0.92 0.45
Hex DB 9 B0 0 60 14 E 138 5C 2D
Octal 333 11 260 0 140 24 16 470 134 55
Binary 11011011 1001 10110000 0 1100000 10100 1110 100111000 1011100 101101

Color Harmonies of #DB09B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB09B0

Black with #DB09B0

Text Example


Text Example

White with #DB09B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB09B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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