Html Css Color HEX #DB0795 Hollywood Cerise

📋 copy color: '#DB0795'

red 219 ◦ green 7 ◦ blue 149

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

Shades of Hollywood Cerise #DB0795

Tints of Hollywood Cerise #DB0795

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.87%

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

R = 58.4%
G = 1.87%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB0795 (or 0xDB0795) is known color: Hollywood Cerise. HEX triplet: DB, 07 and 95. RGB value is (219,7,149). Sum of RGB (Red+Green+Blue) = 219+7+149=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0795 is #24F86A. Grayscale: #565656. Windows color (decimal): -2422891 or 9766875. OLE color: 9766875.

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

Color convert

RGB 219 7 149 -
CMYK 0 0.97 0.32 0.14
HSL 319.81º 0.94% 0.44% -
HSV(B) 319.81º 0.97% 0.86% -
XYZ 34.71 17.38 29.96 -
YUV 86.58 163.24 222.45 -
System Red Green Blue C M Y K H S L
Decimal 219 7 149 0 0.97 0.32 0.14 319.81 0.94 0.44
Hex DB 7 95 0 61 20 E 140 5E 2C
Octal 333 7 225 0 141 40 16 500 136 54
Binary 11011011 111 10010101 0 1100001 100000 1110 101000000 1011110 101100

Color Harmonies of #DB0795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0795

Black with #DB0795

Text Example


Text Example

White with #DB0795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0795; }

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

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

background-color css

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

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

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

border-color css

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

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

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