Html Css Color HEX #DA12A2 Hollywood Cerise

📋 copy color: '#DA12A2'

red 218 ◦ green 18 ◦ blue 162

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

Shades of Hollywood Cerise #DA12A2

Tints of Hollywood Cerise #DA12A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.7%

R = 54.77%
G = 4.52%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DA12A2 (or 0xDA12A2) is known color: Hollywood Cerise. HEX triplet: DA, 12 and A2. RGB value is (218,18,162). Sum of RGB (Red+Green+Blue) = 218+18+162=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA12A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA12A2 is #25ED5D. Grayscale: #5D5D5D. Windows color (decimal): -2485598 or 10621658. OLE color: 10621658.

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

Color convert

RGB 218 18 162 -
CMYK 0 0.92 0.26 0.15
HSL 316.8º 0.85% 0.46% -
HSV(B) 316.8º 0.92% 0.85% -
XYZ 35.65 17.95 35.77 -
YUV 94.22 166.26 216.29 -
System Red Green Blue C M Y K H S L
Decimal 218 18 162 0 0.92 0.26 0.15 316.8 0.85 0.46
Hex DA 12 A2 0 5C 1A F 13D 55 2E
Octal 332 22 242 0 134 32 17 475 125 56
Binary 11011010 10010 10100010 0 1011100 11010 1111 100111101 1010101 101110

Color Harmonies of #DA12A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA12A2

Black with #DA12A2

Text Example


Text Example

White with #DA12A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA12A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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