Html Css Color HEX #DA17AA Hollywood Cerise

📋 copy color: '#DA17AA'

red 218 ◦ green 23 ◦ blue 170

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

Shades of Hollywood Cerise #DA17AA

Tints of Hollywood Cerise #DA17AA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.6%

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

R = 53.04%
G = 5.6%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA17AA (or 0xDA17AA) is known color: Hollywood Cerise. HEX triplet: DA, 17 and AA. RGB value is (218,23,170). Sum of RGB (Red+Green+Blue) = 218+23+170=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 23 (9.38% from 255 or 5.60% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA17AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA17AA is #25E855. Grayscale: #616161. Windows color (decimal): -2484310 or 11147226. OLE color: 11147226.

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

Color convert

RGB 218 23 170 -
CMYK 0 0.89 0.22 0.15
HSL 314.77º 0.81% 0.47% -
HSV(B) 314.77º 0.89% 0.85% -
XYZ 36.48 18.42 39.66 -
YUV 98.06 168.6 213.55 -
System Red Green Blue C M Y K H S L
Decimal 218 23 170 0 0.89 0.22 0.15 314.77 0.81 0.47
Hex DA 17 AA 0 59 16 F 13B 51 2F
Octal 332 27 252 0 131 26 17 473 121 57
Binary 11011010 10111 10101010 0 1011001 10110 1111 100111011 1010001 101111

Color Harmonies of #DA17AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA17AA

Black with #DA17AA

Text Example


Text Example

White with #DA17AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA17AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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