Html Css Color HEX #DB13AA Hollywood Cerise

📋 copy color: '#DB13AA'

red 219 ◦ green 19 ◦ blue 170

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

Shades of Hollywood Cerise #DB13AA

Tints of Hollywood Cerise #DB13AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.66%

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

R = 53.68%
G = 4.66%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB13AA (or 0xDB13AA) is known color: Hollywood Cerise. HEX triplet: DB, 13 and AA. RGB value is (219,19,170). Sum of RGB (Red+Green+Blue) = 219+19+170=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 19 (7.81% from 255 or 4.66% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB13AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB13AA is #24EC55. Grayscale: #5F5F5F. Windows color (decimal): -2419798 or 11146203. OLE color: 11146203.

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

Color convert

RGB 219 19 170 -
CMYK 0 0.91 0.22 0.14
HSL 314.7º 0.84% 0.47% -
HSV(B) 314.7º 0.91% 0.86% -
XYZ 36.7 18.43 39.65 -
YUV 96.01 169.76 215.72 -
System Red Green Blue C M Y K H S L
Decimal 219 19 170 0 0.91 0.22 0.14 314.7 0.84 0.47
Hex DB 13 AA 0 5B 16 E 13B 54 2F
Octal 333 23 252 0 133 26 16 473 124 57
Binary 11011011 10011 10101010 0 1011011 10110 1110 100111011 1010100 101111

Color Harmonies of #DB13AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB13AA

Black with #DB13AA

Text Example


Text Example

White with #DB13AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB13AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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