Html Css Color HEX #DA0EA6 Hollywood Cerise

📋 copy color: '#DA0EA6'

red 218 ◦ green 14 ◦ blue 166

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

Shades of Hollywood Cerise #DA0EA6

Tints of Hollywood Cerise #DA0EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.71%

R = 54.77%
G = 3.52%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA0EA6 (or 0xDA0EA6) is known color: Hollywood Cerise. HEX triplet: DA, 0E and A6. RGB value is (218,14,166). Sum of RGB (Red+Green+Blue) = 218+14+166=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 166 (65.23% from 255 or 41.71% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0EA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0EA6 is #25F159. Grayscale: #5B5B5B. Windows color (decimal): -2486618 or 10882778. OLE color: 10882778.

HSL color Cylindrical-coordinate representation of color #DA0EA6: hue angle of 315.29º 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 #DA0EA6 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 14 166 -
CMYK 0 0.94 0.24 0.15
HSL 315.29º 0.88% 0.45% -
HSV(B) 315.29º 0.94% 0.85% -
XYZ 35.95 17.97 37.65 -
YUV 92.32 169.59 217.64 -
System Red Green Blue C M Y K H S L
Decimal 218 14 166 0 0.94 0.24 0.15 315.29 0.88 0.45
Hex DA E A6 0 5E 18 F 13B 58 2D
Octal 332 16 246 0 136 30 17 473 130 55
Binary 11011010 1110 10100110 0 1011110 11000 1111 100111011 1011000 101101

Color Harmonies of #DA0EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0EA6

Black with #DA0EA6

Text Example


Text Example

White with #DA0EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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