Html Css Color HEX #D917AF Hollywood Cerise

📋 copy color: '#D917AF'

red 217 ◦ green 23 ◦ blue 175

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

Shades of Hollywood Cerise #D917AF

Tints of Hollywood Cerise #D917AF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.54%

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

R = 52.29%
G = 5.54%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D917AF (or 0xD917AF) is known color: Hollywood Cerise. HEX triplet: D9, 17 and AF. RGB value is (217,23,175). Sum of RGB (Red+Green+Blue) = 217+23+175=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D917AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D917AF is #26E850. Grayscale: #616161. Windows color (decimal): -2549841 or 11474905. OLE color: 11474905.

HSL color Cylindrical-coordinate representation of color #D917AF: hue angle of 312.99º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D917AF is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 23 175 -
CMYK 0 0.89 0.19 0.15
HSL 312.99º 0.81% 0.47% -
HSV(B) 312.99º 0.89% 0.85% -
XYZ 36.66 18.46 42.19 -
YUV 98.33 171.27 212.64 -
System Red Green Blue C M Y K H S L
Decimal 217 23 175 0 0.89 0.19 0.15 312.99 0.81 0.47
Hex D9 17 AF 0 59 13 F 139 51 2F
Octal 331 27 257 0 131 23 17 471 121 57
Binary 11011001 10111 10101111 0 1011001 10011 1111 100111001 1010001 101111

Color Harmonies of #D917AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D917AF

Black with #D917AF

Text Example


Text Example

White with #D917AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D917AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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