Html Css Color HEX #DB06AD Hollywood Cerise

📋 copy color: '#DB06AD'

red 219 ◦ green 6 ◦ blue 173

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

Shades of Hollywood Cerise #DB06AD

Tints of Hollywood Cerise #DB06AD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.51%

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

R = 55.03%
G = 1.51%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB06AD (or 0xDB06AD) is known color: Hollywood Cerise. HEX triplet: DB, 06 and AD. RGB value is (219,6,173). Sum of RGB (Red+Green+Blue) = 219+6+173=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 6 (2.73% from 255 or 1.51% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB06AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB06AD is #24F952. Grayscale: #585858. Windows color (decimal): -2423123 or 11339483. OLE color: 11339483.

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

Color convert

RGB 219 6 173 -
CMYK 0 0.97 0.21 0.14
HSL 312.96º 0.95% 0.44% -
HSV(B) 312.96º 0.97% 0.86% -
XYZ 36.82 18.21 41.11 -
YUV 88.73 175.57 220.92 -
System Red Green Blue C M Y K H S L
Decimal 219 6 173 0 0.97 0.21 0.14 312.96 0.95 0.44
Hex DB 6 AD 0 61 15 E 139 5F 2C
Octal 333 6 255 0 141 25 16 471 137 54
Binary 11011011 110 10101101 0 1100001 10101 1110 100111001 1011111 101100

Color Harmonies of #DB06AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB06AD

Black with #DB06AD

Text Example


Text Example

White with #DB06AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB06AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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