Html Css Color HEX #D916AC Hollywood Cerise

📋 copy color: '#D916AC'

red 217 ◦ green 22 ◦ blue 172

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

Shades of Hollywood Cerise #D916AC

Tints of Hollywood Cerise #D916AC

RGB

 RED value IS 217 (85.16% from 255) = 52.8%

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

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

R = 52.8%
G = 5.35%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D916AC (or 0xD916AC) is known color: Hollywood Cerise. HEX triplet: D9, 16 and AC. RGB value is (217,22,172). Sum of RGB (Red+Green+Blue) = 217+22+172=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D916AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D916AC is #26E953. Grayscale: #616161. Windows color (decimal): -2550100 or 11278041. OLE color: 11278041.

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

Color convert

RGB 217 22 172 -
CMYK 0 0.90 0.21 0.15
HSL 313.85º 0.82% 0.47% -
HSV(B) 313.85º 0.9% 0.85% -
XYZ 36.35 18.3 40.65 -
YUV 97.41 170.1 213.3 -
System Red Green Blue C M Y K H S L
Decimal 217 22 172 0 0.90 0.21 0.15 313.85 0.82 0.47
Hex D9 16 AC 0 5A 15 F 13A 52 2F
Octal 331 26 254 0 132 25 17 472 122 57
Binary 11011001 10110 10101100 0 1011010 10101 1111 100111010 1010010 101111

Color Harmonies of #D916AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D916AC

Black with #D916AC

Text Example


Text Example

White with #D916AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D916AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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