Html Css Color HEX #DB0EAE Hollywood Cerise

📋 copy color: '#DB0EAE'

red 219 ◦ green 14 ◦ blue 174

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

Shades of Hollywood Cerise #DB0EAE

Tints of Hollywood Cerise #DB0EAE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.44%

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

R = 53.81%
G = 3.44%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB0EAE (or 0xDB0EAE) is known color: Hollywood Cerise. HEX triplet: DB, 0E and AE. RGB value is (219,14,174). Sum of RGB (Red+Green+Blue) = 219+14+174=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 14 (5.86% from 255 or 3.44% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0EAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0EAE is #24F151. Grayscale: #5D5D5D. Windows color (decimal): -2421074 or 11407067. OLE color: 11407067.

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

Color convert

RGB 219 14 174 -
CMYK 0 0.94 0.21 0.14
HSL 313.17º 0.88% 0.46% -
HSV(B) 313.17º 0.94% 0.86% -
XYZ 37.01 18.43 41.65 -
YUV 93.54 173.42 217.49 -
System Red Green Blue C M Y K H S L
Decimal 219 14 174 0 0.94 0.21 0.14 313.17 0.88 0.46
Hex DB E AE 0 5E 15 E 139 58 2E
Octal 333 16 256 0 136 25 16 471 130 56
Binary 11011011 1110 10101110 0 1011110 10101 1110 100111001 1011000 101110

Color Harmonies of #DB0EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0EAE

Black with #DB0EAE

Text Example


Text Example

White with #DB0EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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