Html Css Color HEX #DB1AA5 Hollywood Cerise

📋 copy color: '#DB1AA5'

red 219 ◦ green 26 ◦ blue 165

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

Shades of Hollywood Cerise #DB1AA5

Tints of Hollywood Cerise #DB1AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.24%

R = 53.41%
G = 6.34%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB1AA5 (or 0xDB1AA5) is known color: Hollywood Cerise. HEX triplet: DB, 1A and A5. RGB value is (219,26,165). Sum of RGB (Red+Green+Blue) = 219+26+165=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 26 (10.55% from 255 or 6.34% from 410); Blue value is 165 (64.84% from 255 or 40.24% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1AA5 is #24E55A. Grayscale: #636363. Windows color (decimal): -2418011 or 10820315. OLE color: 10820315.

HSL color Cylindrical-coordinate representation of color #DB1AA5: hue angle of 316.79º 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 #DB1AA5 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 26 165 -
CMYK 0 0.88 0.25 0.14
HSL 316.79º 0.79% 0.48% -
HSV(B) 316.79º 0.88% 0.86% -
XYZ 36.37 18.52 37.25 -
YUV 99.55 164.94 213.2 -
System Red Green Blue C M Y K H S L
Decimal 219 26 165 0 0.88 0.25 0.14 316.79 0.79 0.48
Hex DB 1A A5 0 58 19 E 13D 4F 30
Octal 333 32 245 0 130 31 16 475 117 60
Binary 11011011 11010 10100101 0 1011000 11001 1110 100111101 1001111 110000

Color Harmonies of #DB1AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1AA5

Black with #DB1AA5

Text Example


Text Example

White with #DB1AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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