Html Css Color HEX #DA0AAF Hollywood Cerise

📋 copy color: '#DA0AAF'

red 218 ◦ green 10 ◦ blue 175

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

Shades of Hollywood Cerise #DA0AAF

Tints of Hollywood Cerise #DA0AAF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.48%

 BLUE value IS 175 (68.75% from 255) = 43.42%

R = 54.09%
G = 2.48%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#DA0AAF (or 0xDA0AAF) is known color: Hollywood Cerise. HEX triplet: DA, 0A and AF. RGB value is (218,10,175). Sum of RGB (Red+Green+Blue) = 218+10+175=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 10 (4.30% from 255 or 2.48% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0AAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0AAF is #25F550. Grayscale: #5A5A5A. Windows color (decimal): -2487633 or 11471578. OLE color: 11471578.

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

Color convert

RGB 218 10 175 -
CMYK 0 0.95 0.20 0.15
HSL 312.4º 0.91% 0.45% -
HSV(B) 312.4º 0.95% 0.85% -
XYZ 36.76 18.22 42.14 -
YUV 91 175.41 218.58 -
System Red Green Blue C M Y K H S L
Decimal 218 10 175 0 0.95 0.20 0.15 312.4 0.91 0.45
Hex DA A AF 0 5F 14 F 138 5B 2D
Octal 332 12 257 0 137 24 17 470 133 55
Binary 11011010 1010 10101111 0 1011111 10100 1111 100111000 1011011 101101

Color Harmonies of #DA0AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0AAF

Black with #DA0AAF

Text Example


Text Example

White with #DA0AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0AAF; }

 p { color: rgb(218,10,175); }

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

background-color css

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

 a { background-color: rgb(218,10,175); }

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

border-color css

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

 span { border-color: rgb(218,10,175); }

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