Html Css Color HEX #DB019B Hollywood Cerise

📋 copy color: '#DB019B'

red 219 ◦ green 1 ◦ blue 155

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

Shades of Hollywood Cerise #DB019B

Tints of Hollywood Cerise #DB019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 58.4%
G = 0.27%
B = 41.33%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB019B (or 0xDB019B) is known color: Hollywood Cerise. HEX triplet: DB, 01 and 9B. RGB value is (219,1,155). Sum of RGB (Red+Green+Blue) = 219+1+155=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB019B is #24FE64. Grayscale: #535353. Windows color (decimal): -2424421 or 10158555. OLE color: 10158555.

HSL color Cylindrical-coordinate representation of color #DB019B: hue angle of 317.61º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB019B is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 1 155 -
CMYK 0 1.00 0.29 0.14
HSL 317.61º 0.99% 0.43% -
HSV(B) 317.61º 1% 0.86% -
XYZ 35.14 17.45 32.53 -
YUV 83.74 168.22 224.48 -
System Red Green Blue C M Y K H S L
Decimal 219 1 155 0 1.00 0.29 0.14 317.61 0.99 0.43
Hex DB 1 9B 0 64 1D E 13E 63 2B
Octal 333 1 233 0 144 35 16 476 143 53
Binary 11011011 1 10011011 0 1100100 11101 1110 100111110 1100011 101011

Color Harmonies of #DB019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB019B

Black with #DB019B

Text Example


Text Example

White with #DB019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB019B; }

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

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

background-color css

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

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

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

border-color css

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

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

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