Html Css Color HEX #DA02AA Hollywood Cerise

📋 copy color: '#DA02AA'

red 218 ◦ green 2 ◦ blue 170

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

Shades of Hollywood Cerise #DA02AA

Tints of Hollywood Cerise #DA02AA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

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

R = 55.9%
G = 0.51%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA02AA (or 0xDA02AA) is known color: Hollywood Cerise. HEX triplet: DA, 02 and AA. RGB value is (218,2,170). Sum of RGB (Red+Green+Blue) = 218+2+170=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA02AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA02AA is #25FD55. Grayscale: #555555. Windows color (decimal): -2489686 or 11141850. OLE color: 11141850.

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

Color convert

RGB 218 2 170 -
CMYK 0 0.99 0.22 0.15
HSL 313.33º 0.98% 0.43% -
HSV(B) 313.33º 0.99% 0.85% -
XYZ 36.19 17.85 39.57 -
YUV 85.74 175.56 222.34 -
System Red Green Blue C M Y K H S L
Decimal 218 2 170 0 0.99 0.22 0.15 313.33 0.98 0.43
Hex DA 2 AA 0 63 16 F 139 62 2B
Octal 332 2 252 0 143 26 17 471 142 53
Binary 11011010 10 10101010 0 1100011 10110 1111 100111001 1100010 101011

Color Harmonies of #DA02AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA02AA

Black with #DA02AA

Text Example


Text Example

White with #DA02AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA02AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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