Html Css Color HEX #DA16AA Hollywood Cerise

📋 copy color: '#DA16AA'

red 218 ◦ green 22 ◦ blue 170

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

Shades of Hollywood Cerise #DA16AA

Tints of Hollywood Cerise #DA16AA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.37%

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

R = 53.17%
G = 5.37%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA16AA (or 0xDA16AA) is known color: Hollywood Cerise. HEX triplet: DA, 16 and AA. RGB value is (218,22,170). Sum of RGB (Red+Green+Blue) = 218+22+170=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 22 (8.98% from 255 or 5.37% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA16AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA16AA is #25E955. Grayscale: #616161. Windows color (decimal): -2484566 or 11146970. OLE color: 11146970.

HSL color Cylindrical-coordinate representation of color #DA16AA: hue angle of 314.69º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA16AA is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 22 170 -
CMYK 0 0.90 0.22 0.15
HSL 314.69º 0.82% 0.47% -
HSV(B) 314.69º 0.9% 0.85% -
XYZ 36.46 18.38 39.66 -
YUV 97.48 168.93 213.97 -
System Red Green Blue C M Y K H S L
Decimal 218 22 170 0 0.90 0.22 0.15 314.69 0.82 0.47
Hex DA 16 AA 0 5A 16 F 13B 52 2F
Octal 332 26 252 0 132 26 17 473 122 57
Binary 11011010 10110 10101010 0 1011010 10110 1111 100111011 1010010 101111

Color Harmonies of #DA16AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA16AA

Black with #DA16AA

Text Example


Text Example

White with #DA16AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA16AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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