Html Css Color HEX #DA0EAE Hollywood Cerise

📋 copy color: '#DA0EAE'

red 218 ◦ green 14 ◦ blue 174

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

Shades of Hollywood Cerise #DA0EAE

Tints of Hollywood Cerise #DA0EAE

RGB

 RED value IS 218 (85.55% from 255) = 53.69%

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

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

R = 53.69%
G = 3.45%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#DA0EAE (or 0xDA0EAE) is known color: Hollywood Cerise. HEX triplet: DA, 0E and AE. RGB value is (218,14,174). Sum of RGB (Red+Green+Blue) = 218+14+174=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 14 (5.86% from 255 or 3.45% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0EAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0EAE is #25F151. Grayscale: #5C5C5C. Windows color (decimal): -2486610 or 11407066. OLE color: 11407066.

HSL color Cylindrical-coordinate representation of color #DA0EAE: hue angle of 312.94º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0EAE is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 14 174 -
CMYK 0 0.94 0.20 0.15
HSL 312.94º 0.88% 0.45% -
HSV(B) 312.94º 0.94% 0.85% -
XYZ 36.71 18.28 41.64 -
YUV 93.24 173.59 216.99 -
System Red Green Blue C M Y K H S L
Decimal 218 14 174 0 0.94 0.20 0.15 312.94 0.88 0.45
Hex DA E AE 0 5E 14 F 139 58 2D
Octal 332 16 256 0 136 24 17 471 130 55
Binary 11011010 1110 10101110 0 1011110 10100 1111 100111001 1011000 101101

Color Harmonies of #DA0EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0EAE

Black with #DA0EAE

Text Example


Text Example

White with #DA0EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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