Html Css Color HEX #DB1AA8 Hollywood Cerise

📋 copy color: '#DB1AA8'

red 219 ◦ green 26 ◦ blue 168

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

Shades of Hollywood Cerise #DB1AA8

Tints of Hollywood Cerise #DB1AA8

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.3%

 BLUE value IS 168 (66.02% from 255) = 40.68%

R = 53.03%
G = 6.3%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB1AA8 (or 0xDB1AA8) is known color: Hollywood Cerise. HEX triplet: DB, 1A and A8. RGB value is (219,26,168). Sum of RGB (Red+Green+Blue) = 219+26+168=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 26 (10.55% from 255 or 6.30% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1AA8 is #24E557. Grayscale: #636363. Windows color (decimal): -2418008 or 11016923. OLE color: 11016923.

HSL color Cylindrical-coordinate representation of color #DB1AA8: hue angle of 315.85º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1AA8 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 26 168 -
CMYK 0 0.88 0.23 0.14
HSL 315.85º 0.79% 0.48% -
HSV(B) 315.85º 0.88% 0.86% -
XYZ 36.65 18.63 38.71 -
YUV 99.9 166.44 212.95 -
System Red Green Blue C M Y K H S L
Decimal 219 26 168 0 0.88 0.23 0.14 315.85 0.79 0.48
Hex DB 1A A8 0 58 17 E 13C 4F 30
Octal 333 32 250 0 130 27 16 474 117 60
Binary 11011011 11010 10101000 0 1011000 10111 1110 100111100 1001111 110000

Color Harmonies of #DB1AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1AA8

Black with #DB1AA8

Text Example


Text Example

White with #DB1AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1AA8; }

 p { color: rgb(219,26,168); }

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

background-color css

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

 a { background-color: rgb(219,26,168); }

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

border-color css

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

 span { border-color: rgb(219,26,168); }

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