Html Css Color HEX #DA14AA Hollywood Cerise

📋 copy color: '#DA14AA'

red 218 ◦ green 20 ◦ blue 170

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

Shades of Hollywood Cerise #DA14AA

Tints of Hollywood Cerise #DA14AA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.9%

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

R = 53.43%
G = 4.9%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA14AA (or 0xDA14AA) is known color: Hollywood Cerise. HEX triplet: DA, 14 and AA. RGB value is (218,20,170). Sum of RGB (Red+Green+Blue) = 218+20+170=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA14AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA14AA is #25EB55. Grayscale: #5F5F5F. Windows color (decimal): -2485078 or 11146458. OLE color: 11146458.

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

Color convert

RGB 218 20 170 -
CMYK 0 0.91 0.22 0.15
HSL 314.55º 0.83% 0.47% -
HSV(B) 314.55º 0.91% 0.85% -
XYZ 36.42 18.31 39.64 -
YUV 96.3 169.6 214.8 -
System Red Green Blue C M Y K H S L
Decimal 218 20 170 0 0.91 0.22 0.15 314.55 0.83 0.47
Hex DA 14 AA 0 5B 16 F 13B 53 2F
Octal 332 24 252 0 133 26 17 473 123 57
Binary 11011010 10100 10101010 0 1011011 10110 1111 100111011 1010011 101111

Color Harmonies of #DA14AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA14AA

Black with #DA14AA

Text Example


Text Example

White with #DA14AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA14AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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