Html Css Color HEX #DB05AB Hollywood Cerise

📋 copy color: '#DB05AB'

red 219 ◦ green 5 ◦ blue 171

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

Shades of Hollywood Cerise #DB05AB

Tints of Hollywood Cerise #DB05AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.27%

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

R = 55.44%
G = 1.27%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB05AB (or 0xDB05AB) is known color: Hollywood Cerise. HEX triplet: DB, 05 and AB. RGB value is (219,5,171). Sum of RGB (Red+Green+Blue) = 219+5+171=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB05AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB05AB is #24FA54. Grayscale: #575757. Windows color (decimal): -2423381 or 11208155. OLE color: 11208155.

HSL color Cylindrical-coordinate representation of color #DB05AB: hue angle of 313.46º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB05AB is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 5 171 -
CMYK 0 0.98 0.22 0.14
HSL 313.46º 0.96% 0.44% -
HSV(B) 313.46º 0.98% 0.86% -
XYZ 36.62 18.11 40.09 -
YUV 87.91 174.9 221.5 -
System Red Green Blue C M Y K H S L
Decimal 219 5 171 0 0.98 0.22 0.14 313.46 0.96 0.44
Hex DB 5 AB 0 62 16 E 139 60 2C
Octal 333 5 253 0 142 26 16 471 140 54
Binary 11011011 101 10101011 0 1100010 10110 1110 100111001 1100000 101100

Color Harmonies of #DB05AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB05AB

Black with #DB05AB

Text Example


Text Example

White with #DB05AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB05AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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