Html Css Color HEX #D916AD Hollywood Cerise

📋 copy color: '#D916AD'

red 217 ◦ green 22 ◦ blue 173

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

Shades of Hollywood Cerise #D916AD

Tints of Hollywood Cerise #D916AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.99%

R = 52.67%
G = 5.34%
B = 41.99%

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

#D916AD (or 0xD916AD) is known color: Hollywood Cerise. HEX triplet: D9, 16 and AD. RGB value is (217,22,173). Sum of RGB (Red+Green+Blue) = 217+22+173=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D916AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D916AD is #26E952. Grayscale: #616161. Windows color (decimal): -2550099 or 11343577. OLE color: 11343577.

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

Color convert

RGB 217 22 173 -
CMYK 0 0.90 0.20 0.15
HSL 313.54º 0.82% 0.47% -
HSV(B) 313.54º 0.9% 0.85% -
XYZ 36.45 18.34 41.15 -
YUV 97.52 170.6 213.22 -
System Red Green Blue C M Y K H S L
Decimal 217 22 173 0 0.90 0.20 0.15 313.54 0.82 0.47
Hex D9 16 AD 0 5A 14 F 13A 52 2F
Octal 331 26 255 0 132 24 17 472 122 57
Binary 11011001 10110 10101101 0 1011010 10100 1111 100111010 1010010 101111

Color Harmonies of #D916AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D916AD

Black with #D916AD

Text Example


Text Example

White with #D916AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D916AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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