Html Css Color HEX #D816AC Hollywood Cerise

📋 copy color: '#D816AC'

red 216 ◦ green 22 ◦ blue 172

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

Shades of Hollywood Cerise #D816AC

Tints of Hollywood Cerise #D816AC

RGB

 RED value IS 216 (84.77% from 255) = 52.68%

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

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

R = 52.68%
G = 5.37%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D816AC (or 0xD816AC) is known color: Hollywood Cerise. HEX triplet: D8, 16 and AC. RGB value is (216,22,172). Sum of RGB (Red+Green+Blue) = 216+22+172=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 22 (8.98% from 255 or 5.37% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D816AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D816AC is #27E953. Grayscale: #606060. Windows color (decimal): -2615636 or 11278040. OLE color: 11278040.

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

Color convert

RGB 216 22 172 -
CMYK 0 0.90 0.20 0.15
HSL 313.61º 0.82% 0.47% -
HSV(B) 313.61º 0.9% 0.85% -
XYZ 36.05 18.15 40.63 -
YUV 97.11 170.27 212.8 -
System Red Green Blue C M Y K H S L
Decimal 216 22 172 0 0.90 0.20 0.15 313.61 0.82 0.47
Hex D8 16 AC 0 5A 14 F 13A 52 2F
Octal 330 26 254 0 132 24 17 472 122 57
Binary 11011000 10110 10101100 0 1011010 10100 1111 100111010 1010010 101111

Color Harmonies of #D816AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D816AC

Black with #D816AC

Text Example


Text Example

White with #D816AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D816AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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