Html Css Color HEX #DA15AA Hollywood Cerise

📋 copy color: '#DA15AA'

red 218 ◦ green 21 ◦ blue 170

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

Shades of Hollywood Cerise #DA15AA

Tints of Hollywood Cerise #DA15AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.13%

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

R = 53.3%
G = 5.13%
B = 41.56%

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

#DA15AA (or 0xDA15AA) is known color: Hollywood Cerise. HEX triplet: DA, 15 and AA. RGB value is (218,21,170). Sum of RGB (Red+Green+Blue) = 218+21+170=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA15AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA15AA is #25EA55. Grayscale: #606060. Windows color (decimal): -2484822 or 11146714. OLE color: 11146714.

HSL color Cylindrical-coordinate representation of color #DA15AA: hue angle of 314.62º 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 #DA15AA is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 21 170 -
CMYK 0 0.90 0.22 0.15
HSL 314.62º 0.82% 0.47% -
HSV(B) 314.62º 0.9% 0.85% -
XYZ 36.44 18.34 39.65 -
YUV 96.89 169.27 214.38 -
System Red Green Blue C M Y K H S L
Decimal 218 21 170 0 0.90 0.22 0.15 314.62 0.82 0.47
Hex DA 15 AA 0 5A 16 F 13B 52 2F
Octal 332 25 252 0 132 26 17 473 122 57
Binary 11011010 10101 10101010 0 1011010 10110 1111 100111011 1010010 101111

Color Harmonies of #DA15AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA15AA

Black with #DA15AA

Text Example


Text Example

White with #DA15AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA15AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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