Html Css Color HEX #DB00AD Hollywood Cerise

📋 copy color: '#DB00AD'

red 219 ◦ green 0 ◦ blue 173

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

Shades of Hollywood Cerise #DB00AD

Tints of Hollywood Cerise #DB00AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 173 (67.97% from 255) = 44.13%

R = 55.87%
G = 0%
B = 44.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB00AD (or 0xDB00AD) is known color: Hollywood Cerise. HEX triplet: DB, 00 and AD. RGB value is (219,0,173). Sum of RGB (Red+Green+Blue) = 219+0+173=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB00AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB00AD is #24FF52. Grayscale: #545454. Windows color (decimal): -2424659 or 11337947. OLE color: 11337947.

HSL color Cylindrical-coordinate representation of color #DB00AD: hue angle of 312.6º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB00AD is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 0 173 -
CMYK 0 1 0.21 0.14
HSL 312.6º 1% 0.43% -
HSV(B) 312.6º 1% 0.86% -
XYZ 36.76 18.08 41.09 -
YUV 85.2 177.55 223.43 -
System Red Green Blue C M Y K H S L
Decimal 219 0 173 0 1 0.21 0.14 312.6 1 0.43
Hex DB 0 AD 0 64 15 E 139 64 2B
Octal 333 0 255 0 144 25 16 471 144 53
Binary 11011011 0 10101101 0 1100100 10101 1110 100111001 1100100 101011

Color Harmonies of #DB00AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB00AD

Black with #DB00AD

Text Example


Text Example

White with #DB00AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB00AD; }

 p { color: rgb(219,0,173); }

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

background-color css

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

 a { background-color: rgb(219,0,173); }

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

border-color css

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

 span { border-color: rgb(219,0,173); }

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