Html Css Color HEX #DA16AB Hollywood Cerise

📋 copy color: '#DA16AB'

red 218 ◦ green 22 ◦ blue 171

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

Shades of Hollywood Cerise #DA16AB

Tints of Hollywood Cerise #DA16AB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.35%

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

R = 53.04%
G = 5.35%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA16AB (or 0xDA16AB) is known color: Hollywood Cerise. HEX triplet: DA, 16 and AB. RGB value is (218,22,171). Sum of RGB (Red+Green+Blue) = 218+22+171=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA16AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA16AB is #25E954. Grayscale: #616161. Windows color (decimal): -2484565 or 11212506. OLE color: 11212506.

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

Color convert

RGB 218 22 171 -
CMYK 0 0.90 0.22 0.15
HSL 314.39º 0.82% 0.47% -
HSV(B) 314.39º 0.9% 0.85% -
XYZ 36.55 18.42 40.16 -
YUV 97.59 169.43 213.88 -
System Red Green Blue C M Y K H S L
Decimal 218 22 171 0 0.90 0.22 0.15 314.39 0.82 0.47
Hex DA 16 AB 0 5A 16 F 13A 52 2F
Octal 332 26 253 0 132 26 17 472 122 57
Binary 11011010 10110 10101011 0 1011010 10110 1111 100111010 1010010 101111

Color Harmonies of #DA16AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA16AB

Black with #DA16AB

Text Example


Text Example

White with #DA16AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA16AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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