Html Css Color HEX #DA05AA Hollywood Cerise

📋 copy color: '#DA05AA'

red 218 ◦ green 5 ◦ blue 170

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

Shades of Hollywood Cerise #DA05AA

Tints of Hollywood Cerise #DA05AA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.27%

 BLUE value IS 170 (66.8% from 255) = 43.26%

R = 55.47%
G = 1.27%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA05AA (or 0xDA05AA) is known color: Hollywood Cerise. HEX triplet: DA, 05 and AA. RGB value is (218,5,170). Sum of RGB (Red+Green+Blue) = 218+5+170=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA05AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA05AA is #25FA55. Grayscale: #575757. Windows color (decimal): -2488918 or 11142618. OLE color: 11142618.

HSL color Cylindrical-coordinate representation of color #DA05AA: hue angle of 313.52º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA05AA is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 5 170 -
CMYK 0 0.98 0.22 0.15
HSL 313.52º 0.96% 0.44% -
HSV(B) 313.52º 0.98% 0.85% -
XYZ 36.22 17.92 39.58 -
YUV 87.5 174.57 221.08 -
System Red Green Blue C M Y K H S L
Decimal 218 5 170 0 0.98 0.22 0.15 313.52 0.96 0.44
Hex DA 5 AA 0 62 16 F 13A 60 2C
Octal 332 5 252 0 142 26 17 472 140 54
Binary 11011010 101 10101010 0 1100010 10110 1111 100111010 1100000 101100

Color Harmonies of #DA05AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA05AA

Black with #DA05AA

Text Example


Text Example

White with #DA05AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA05AA; }

 p { color: rgb(218,5,170); }

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

background-color css

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

 a { background-color: rgb(218,5,170); }

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

border-color css

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

 span { border-color: rgb(218,5,170); }

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