Html Css Color HEX #DA12AB Hollywood Cerise

📋 copy color: '#DA12AB'

red 218 ◦ green 18 ◦ blue 171

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

Shades of Hollywood Cerise #DA12AB

Tints of Hollywood Cerise #DA12AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.01%

R = 53.56%
G = 4.42%
B = 42.01%

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

#DA12AB (or 0xDA12AB) is known color: Hollywood Cerise. HEX triplet: DA, 12 and AB. RGB value is (218,18,171). Sum of RGB (Red+Green+Blue) = 218+18+171=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA12AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA12AB is #25ED54. Grayscale: #5E5E5E. Windows color (decimal): -2485589 or 11211482. OLE color: 11211482.

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

Color convert

RGB 218 18 171 -
CMYK 0 0.92 0.22 0.15
HSL 314.1º 0.85% 0.46% -
HSV(B) 314.1º 0.92% 0.85% -
XYZ 36.48 18.28 40.13 -
YUV 95.24 170.76 215.56 -
System Red Green Blue C M Y K H S L
Decimal 218 18 171 0 0.92 0.22 0.15 314.1 0.85 0.46
Hex DA 12 AB 0 5C 16 F 13A 55 2E
Octal 332 22 253 0 134 26 17 472 125 56
Binary 11011010 10010 10101011 0 1011100 10110 1111 100111010 1010101 101110

Color Harmonies of #DA12AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA12AB

Black with #DA12AB

Text Example


Text Example

White with #DA12AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA12AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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