Html Css Color HEX #DA0DAE Hollywood Cerise

📋 copy color: '#DA0DAE'

red 218 ◦ green 13 ◦ blue 174

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

Shades of Hollywood Cerise #DA0DAE

Tints of Hollywood Cerise #DA0DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.21%

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

R = 53.83%
G = 3.21%
B = 42.96%

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

#DA0DAE (or 0xDA0DAE) is known color: Hollywood Cerise. HEX triplet: DA, 0D and AE. RGB value is (218,13,174). Sum of RGB (Red+Green+Blue) = 218+13+174=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 13 (5.47% from 255 or 3.21% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0DAE is #25F251. Grayscale: #5C5C5C. Windows color (decimal): -2486866 or 11406810. OLE color: 11406810.

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

Color convert

RGB 218 13 174 -
CMYK 0 0.94 0.20 0.15
HSL 312.88º 0.89% 0.45% -
HSV(B) 312.88º 0.94% 0.85% -
XYZ 36.7 18.25 41.63 -
YUV 92.65 173.92 217.41 -
System Red Green Blue C M Y K H S L
Decimal 218 13 174 0 0.94 0.20 0.15 312.88 0.89 0.45
Hex DA D AE 0 5E 14 F 139 59 2D
Octal 332 15 256 0 136 24 17 471 131 55
Binary 11011010 1101 10101110 0 1011110 10100 1111 100111001 1011001 101101

Color Harmonies of #DA0DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0DAE

Black with #DA0DAE

Text Example


Text Example

White with #DA0DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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