Html Css Color HEX #DB079B Hollywood Cerise

📋 copy color: '#DB079B'

red 219 ◦ green 7 ◦ blue 155

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

Shades of Hollywood Cerise #DB079B

Tints of Hollywood Cerise #DB079B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.68%

R = 57.48%
G = 1.84%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB079B (or 0xDB079B) is known color: Hollywood Cerise. HEX triplet: DB, 07 and 9B. RGB value is (219,7,155). Sum of RGB (Red+Green+Blue) = 219+7+155=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB079B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB079B is #24F864. Grayscale: #565656. Windows color (decimal): -2422885 or 10160091. OLE color: 10160091.

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

Color convert

RGB 219 7 155 -
CMYK 0 0.97 0.29 0.14
HSL 318.11º 0.94% 0.44% -
HSV(B) 318.11º 0.97% 0.86% -
XYZ 35.21 17.58 32.55 -
YUV 87.26 166.24 221.97 -
System Red Green Blue C M Y K H S L
Decimal 219 7 155 0 0.97 0.29 0.14 318.11 0.94 0.44
Hex DB 7 9B 0 61 1D E 13E 5E 2C
Octal 333 7 233 0 141 35 16 476 136 54
Binary 11011011 111 10011011 0 1100001 11101 1110 100111110 1011110 101100

Color Harmonies of #DB079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB079B

Black with #DB079B

Text Example


Text Example

White with #DB079B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB079B; }

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

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

background-color css

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

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

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

border-color css

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

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

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