Html Css Color HEX #D416AC Hollywood Cerise

📋 copy color: '#D416AC'

red 212 ◦ green 22 ◦ blue 172

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

Shades of Hollywood Cerise #D416AC

Tints of Hollywood Cerise #D416AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.36%

R = 52.22%
G = 5.42%
B = 42.36%

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

#D416AC (or 0xD416AC) is known color: Hollywood Cerise. HEX triplet: D4, 16 and AC. RGB value is (212,22,172). Sum of RGB (Red+Green+Blue) = 212+22+172=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D416AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D416AC is #2BE953. Grayscale: #5F5F5F. Windows color (decimal): -2877780 or 11278036. OLE color: 11278036.

HSL color Cylindrical-coordinate representation of color #D416AC: hue angle of 312.63º 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 #D416AC is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 22 172 -
CMYK 0 0.90 0.19 0.17
HSL 312.63º 0.81% 0.46% -
HSV(B) 312.63º 0.9% 0.83% -
XYZ 34.88 17.55 40.58 -
YUV 95.91 170.95 210.8 -
System Red Green Blue C M Y K H S L
Decimal 212 22 172 0 0.90 0.19 0.17 312.63 0.81 0.46
Hex D4 16 AC 0 5A 13 11 139 51 2E
Octal 324 26 254 0 132 23 21 471 121 56
Binary 11010100 10110 10101100 0 1011010 10011 10001 100111001 1010001 101110

Color Harmonies of #D416AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D416AC

Black with #D416AC

Text Example


Text Example

White with #D416AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D416AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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