Html Css Color HEX #DB0495 Hollywood Cerise

📋 copy color: '#DB0495'

red 219 ◦ green 4 ◦ blue 149

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

Shades of Hollywood Cerise #DB0495

Tints of Hollywood Cerise #DB0495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.08%

 BLUE value IS 149 (58.59% from 255) = 40.05%

R = 58.87%
G = 1.08%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB0495 (or 0xDB0495) is known color: Hollywood Cerise. HEX triplet: DB, 04 and 95. RGB value is (219,4,149). Sum of RGB (Red+Green+Blue) = 219+4+149=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0495 is #24FB6A. Grayscale: #545454. Windows color (decimal): -2423659 or 9766107. OLE color: 9766107.

HSL color Cylindrical-coordinate representation of color #DB0495: hue angle of 319.53º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0495 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 4 149 -
CMYK 0 0.98 0.32 0.14
HSL 319.53º 0.96% 0.44% -
HSV(B) 319.53º 0.98% 0.86% -
XYZ 34.68 17.32 29.95 -
YUV 84.82 164.23 223.71 -
System Red Green Blue C M Y K H S L
Decimal 219 4 149 0 0.98 0.32 0.14 319.53 0.96 0.44
Hex DB 4 95 0 62 20 E 140 60 2C
Octal 333 4 225 0 142 40 16 500 140 54
Binary 11011011 100 10010101 0 1100010 100000 1110 101000000 1100000 101100

Color Harmonies of #DB0495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0495

Black with #DB0495

Text Example


Text Example

White with #DB0495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0495; }

 p { color: rgb(219,4,149); }

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

background-color css

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

 a { background-color: rgb(219,4,149); }

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

border-color css

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

 span { border-color: rgb(219,4,149); }

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