Html Css Color HEX #D916AF Hollywood Cerise

📋 copy color: '#D916AF'

red 217 ◦ green 22 ◦ blue 175

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

Shades of Hollywood Cerise #D916AF

Tints of Hollywood Cerise #D916AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.27%

R = 52.42%
G = 5.31%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D916AF (or 0xD916AF) is known color: Hollywood Cerise. HEX triplet: D9, 16 and AF. RGB value is (217,22,175). Sum of RGB (Red+Green+Blue) = 217+22+175=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 22 (8.98% from 255 or 5.31% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D916AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D916AF is #26E950. Grayscale: #616161. Windows color (decimal): -2550097 or 11474649. OLE color: 11474649.

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

Color convert

RGB 217 22 175 -
CMYK 0 0.90 0.19 0.15
HSL 312.92º 0.82% 0.47% -
HSV(B) 312.92º 0.9% 0.85% -
XYZ 36.64 18.42 42.18 -
YUV 97.75 171.6 213.06 -
System Red Green Blue C M Y K H S L
Decimal 217 22 175 0 0.90 0.19 0.15 312.92 0.82 0.47
Hex D9 16 AF 0 5A 13 F 139 52 2F
Octal 331 26 257 0 132 23 17 471 122 57
Binary 11011001 10110 10101111 0 1011010 10011 1111 100111001 1010010 101111

Color Harmonies of #D916AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D916AF

Black with #D916AF

Text Example


Text Example

White with #D916AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D916AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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