Html Css Color HEX #DB0FAE Hollywood Cerise

📋 copy color: '#DB0FAE'

red 219 ◦ green 15 ◦ blue 174

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

Shades of Hollywood Cerise #DB0FAE

Tints of Hollywood Cerise #DB0FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.68%

 BLUE value IS 174 (68.36% from 255) = 42.65%

R = 53.68%
G = 3.68%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB0FAE (or 0xDB0FAE) is known color: Hollywood Cerise. HEX triplet: DB, 0F and AE. RGB value is (219,15,174). Sum of RGB (Red+Green+Blue) = 219+15+174=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0FAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0FAE is #24F051. Grayscale: #5D5D5D. Windows color (decimal): -2420818 or 11407323. OLE color: 11407323.

HSL color Cylindrical-coordinate representation of color #DB0FAE: hue angle of 313.24º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB0FAE is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 15 174 -
CMYK 0 0.93 0.21 0.14
HSL 313.24º 0.87% 0.46% -
HSV(B) 313.24º 0.93% 0.86% -
XYZ 37.02 18.46 41.66 -
YUV 94.12 173.09 217.07 -
System Red Green Blue C M Y K H S L
Decimal 219 15 174 0 0.93 0.21 0.14 313.24 0.87 0.46
Hex DB F AE 0 5D 15 E 139 57 2E
Octal 333 17 256 0 135 25 16 471 127 56
Binary 11011011 1111 10101110 0 1011101 10101 1110 100111001 1010111 101110

Color Harmonies of #DB0FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0FAE

Black with #DB0FAE

Text Example


Text Example

White with #DB0FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0FAE; }

 p { color: rgb(219,15,174); }

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

background-color css

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

 a { background-color: rgb(219,15,174); }

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

border-color css

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

 span { border-color: rgb(219,15,174); }

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