Html Css Color HEX #DB08A5 Hollywood Cerise

📋 copy color: '#DB08A5'

red 219 ◦ green 8 ◦ blue 165

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

Shades of Hollywood Cerise #DB08A5

Tints of Hollywood Cerise #DB08A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.09%

R = 55.87%
G = 2.04%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB08A5 (or 0xDB08A5) is known color: Hollywood Cerise. HEX triplet: DB, 08 and A5. RGB value is (219,8,165). Sum of RGB (Red+Green+Blue) = 219+8+165=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB08A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB08A5 is #24F75A. Grayscale: #585858. Windows color (decimal): -2422619 or 10815707. OLE color: 10815707.

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

Color convert

RGB 219 8 165 -
CMYK 0 0.96 0.25 0.14
HSL 315.36º 0.93% 0.45% -
HSV(B) 315.36º 0.96% 0.86% -
XYZ 36.09 17.95 37.16 -
YUV 88.99 170.9 220.73 -
System Red Green Blue C M Y K H S L
Decimal 219 8 165 0 0.96 0.25 0.14 315.36 0.93 0.45
Hex DB 8 A5 0 60 19 E 13B 5D 2D
Octal 333 10 245 0 140 31 16 473 135 55
Binary 11011011 1000 10100101 0 1100000 11001 1110 100111011 1011101 101101

Color Harmonies of #DB08A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB08A5

Black with #DB08A5

Text Example


Text Example

White with #DB08A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB08A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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