Html Css Color HEX #DA12AD Hollywood Cerise

📋 copy color: '#DA12AD'

red 218 ◦ green 18 ◦ blue 173

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

Shades of Hollywood Cerise #DA12AD

Tints of Hollywood Cerise #DA12AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.3%

R = 53.3%
G = 4.4%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DA12AD (or 0xDA12AD) is known color: Hollywood Cerise. HEX triplet: DA, 12 and AD. RGB value is (218,18,173). Sum of RGB (Red+Green+Blue) = 218+18+173=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA12AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA12AD is #25ED52. Grayscale: #5F5F5F. Windows color (decimal): -2485587 or 11342554. OLE color: 11342554.

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

Color convert

RGB 218 18 173 -
CMYK 0 0.92 0.21 0.15
HSL 313.5º 0.85% 0.46% -
HSV(B) 313.5º 0.92% 0.85% -
XYZ 36.67 18.36 41.15 -
YUV 95.47 171.76 215.4 -
System Red Green Blue C M Y K H S L
Decimal 218 18 173 0 0.92 0.21 0.15 313.5 0.85 0.46
Hex DA 12 AD 0 5C 15 F 13A 55 2E
Octal 332 22 255 0 134 25 17 472 125 56
Binary 11011010 10010 10101101 0 1011100 10101 1111 100111010 1010101 101110

Color Harmonies of #DA12AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA12AD

Black with #DA12AD

Text Example


Text Example

White with #DA12AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA12AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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