Html Css Color HEX #DB10AA Hollywood Cerise

📋 copy color: '#DB10AA'

red 219 ◦ green 16 ◦ blue 170

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

Shades of Hollywood Cerise #DB10AA

Tints of Hollywood Cerise #DB10AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.95%

 BLUE value IS 170 (66.8% from 255) = 41.98%

R = 54.07%
G = 3.95%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB10AA (or 0xDB10AA) is known color: Hollywood Cerise. HEX triplet: DB, 10 and AA. RGB value is (219,16,170). Sum of RGB (Red+Green+Blue) = 219+16+170=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB10AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB10AA is #24EF55. Grayscale: #5D5D5D. Windows color (decimal): -2420566 or 11145435. OLE color: 11145435.

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

Color convert

RGB 219 16 170 -
CMYK 0 0.93 0.22 0.14
HSL 314.48º 0.86% 0.46% -
HSV(B) 314.48º 0.93% 0.86% -
XYZ 36.65 18.33 39.64 -
YUV 94.25 170.75 216.98 -
System Red Green Blue C M Y K H S L
Decimal 219 16 170 0 0.93 0.22 0.14 314.48 0.86 0.46
Hex DB 10 AA 0 5D 16 E 13A 56 2E
Octal 333 20 252 0 135 26 16 472 126 56
Binary 11011011 10000 10101010 0 1011101 10110 1110 100111010 1010110 101110

Color Harmonies of #DB10AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB10AA

Black with #DB10AA

Text Example


Text Example

White with #DB10AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB10AA; }

 p { color: rgb(219,16,170); }

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

background-color css

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

 a { background-color: rgb(219,16,170); }

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

border-color css

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

 span { border-color: rgb(219,16,170); }

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