Html Css Color HEX #DB0DA6 Hollywood Cerise

📋 copy color: '#DB0DA6'

red 219 ◦ green 13 ◦ blue 166

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

Shades of Hollywood Cerise #DB0DA6

Tints of Hollywood Cerise #DB0DA6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.27%

 BLUE value IS 166 (65.23% from 255) = 41.71%

R = 55.03%
G = 3.27%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB0DA6 (or 0xDB0DA6) is known color: Hollywood Cerise. HEX triplet: DB, 0D and A6. RGB value is (219,13,166). Sum of RGB (Red+Green+Blue) = 219+13+166=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 166 (65.23% from 255 or 41.71% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0DA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0DA6 is #24F259. Grayscale: #5B5B5B. Windows color (decimal): -2421338 or 10882523. OLE color: 10882523.

HSL color Cylindrical-coordinate representation of color #DB0DA6: hue angle of 315.44º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0DA6 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 13 166 -
CMYK 0 0.94 0.24 0.14
HSL 315.44º 0.89% 0.45% -
HSV(B) 315.44º 0.94% 0.86% -
XYZ 36.24 18.1 37.66 -
YUV 92.04 169.75 218.56 -
System Red Green Blue C M Y K H S L
Decimal 219 13 166 0 0.94 0.24 0.14 315.44 0.89 0.45
Hex DB D A6 0 5E 18 E 13B 59 2D
Octal 333 15 246 0 136 30 16 473 131 55
Binary 11011011 1101 10100110 0 1011110 11000 1110 100111011 1011001 101101

Color Harmonies of #DB0DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0DA6

Black with #DB0DA6

Text Example


Text Example

White with #DB0DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0DA6; }

 p { color: rgb(219,13,166); }

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

background-color css

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

 a { background-color: rgb(219,13,166); }

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

border-color css

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

 span { border-color: rgb(219,13,166); }

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