Html Css Color HEX #D416AB Hollywood Cerise

📋 copy color: '#D416AB'

red 212 ◦ green 22 ◦ blue 171

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

Shades of Hollywood Cerise #D416AB

Tints of Hollywood Cerise #D416AB

RGB

 RED value IS 212 (83.2% from 255) = 52.35%

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

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

R = 52.35%
G = 5.43%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D416AB (or 0xD416AB) is known color: Hollywood Cerise. HEX triplet: D4, 16 and AB. RGB value is (212,22,171). Sum of RGB (Red+Green+Blue) = 212+22+171=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D416AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D416AB is #2BE954. Grayscale: #5F5F5F. Windows color (decimal): -2877781 or 11212500. OLE color: 11212500.

HSL color Cylindrical-coordinate representation of color #D416AB: hue angle of 312.95º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D416AB is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 22 171 -
CMYK 0 0.90 0.19 0.17
HSL 312.95º 0.81% 0.46% -
HSV(B) 312.95º 0.9% 0.83% -
XYZ 34.79 17.51 40.07 -
YUV 95.8 170.45 210.88 -
System Red Green Blue C M Y K H S L
Decimal 212 22 171 0 0.90 0.19 0.17 312.95 0.81 0.46
Hex D4 16 AB 0 5A 13 11 139 51 2E
Octal 324 26 253 0 132 23 21 471 121 56
Binary 11010100 10110 10101011 0 1011010 10011 10001 100111001 1010001 101110

Color Harmonies of #D416AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D416AB

Black with #D416AB

Text Example


Text Example

White with #D416AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D416AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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