Html Css Color HEX #DA12AA Hollywood Cerise

📋 copy color: '#DA12AA'

red 218 ◦ green 18 ◦ blue 170

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

Shades of Hollywood Cerise #DA12AA

Tints of Hollywood Cerise #DA12AA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.43%

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

R = 53.69%
G = 4.43%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA12AA (or 0xDA12AA) is known color: Hollywood Cerise. HEX triplet: DA, 12 and AA. RGB value is (218,18,170). Sum of RGB (Red+Green+Blue) = 218+18+170=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA12AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA12AA is #25ED55. Grayscale: #5E5E5E. Windows color (decimal): -2485590 or 11145946. OLE color: 11145946.

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

Color convert

RGB 218 18 170 -
CMYK 0 0.92 0.22 0.15
HSL 314.4º 0.85% 0.46% -
HSV(B) 314.4º 0.92% 0.85% -
XYZ 36.39 18.24 39.63 -
YUV 95.13 170.26 215.64 -
System Red Green Blue C M Y K H S L
Decimal 218 18 170 0 0.92 0.22 0.15 314.4 0.85 0.46
Hex DA 12 AA 0 5C 16 F 13A 55 2E
Octal 332 22 252 0 134 26 17 472 125 56
Binary 11011010 10010 10101010 0 1011100 10110 1111 100111010 1010101 101110

Color Harmonies of #DA12AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA12AA

Black with #DA12AA

Text Example


Text Example

White with #DA12AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA12AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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