Html Css Color HEX #DB149F Hollywood Cerise

📋 copy color: '#DB149F'

red 219 ◦ green 20 ◦ blue 159

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

Shades of Hollywood Cerise #DB149F

Tints of Hollywood Cerise #DB149F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.03%

 BLUE value IS 159 (62.5% from 255) = 39.95%

R = 55.03%
G = 5.03%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB149F (or 0xDB149F) is known color: Hollywood Cerise. HEX triplet: DB, 14 and 9F. RGB value is (219,20,159). Sum of RGB (Red+Green+Blue) = 219+20+159=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB149F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB149F is #24EB60. Grayscale: #5E5E5E. Windows color (decimal): -2419553 or 10425563. OLE color: 10425563.

HSL color Cylindrical-coordinate representation of color #DB149F: hue angle of 318.09º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB149F is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 20 159 -
CMYK 0 0.91 0.27 0.14
HSL 318.09º 0.83% 0.47% -
HSV(B) 318.09º 0.91% 0.86% -
XYZ 35.72 18.06 34.4 -
YUV 95.35 163.93 216.2 -
System Red Green Blue C M Y K H S L
Decimal 219 20 159 0 0.91 0.27 0.14 318.09 0.83 0.47
Hex DB 14 9F 0 5B 1B E 13E 53 2F
Octal 333 24 237 0 133 33 16 476 123 57
Binary 11011011 10100 10011111 0 1011011 11011 1110 100111110 1010011 101111

Color Harmonies of #DB149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB149F

Black with #DB149F

Text Example


Text Example

White with #DB149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB149F; }

 p { color: rgb(219,20,159); }

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

background-color css

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

 a { background-color: rgb(219,20,159); }

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

border-color css

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

 span { border-color: rgb(219,20,159); }

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