Html Css Color HEX #D919AF Spicy Pink

📋 copy color: '#D919AF'

red 217 ◦ green 25 ◦ blue 175

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

Shades of Spicy Pink #D919AF

Tints of Spicy Pink #D919AF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6%

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

R = 52.04%
G = 6%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D919AF (or 0xD919AF) is known color: Spicy Pink. HEX triplet: D9, 19 and AF. RGB value is (217,25,175). Sum of RGB (Red+Green+Blue) = 217+25+175=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D919AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D919AF is #26E650. Grayscale: #636363. Windows color (decimal): -2549329 or 11475417. OLE color: 11475417.

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

Color convert

RGB 217 25 175 -
CMYK 0 0.88 0.19 0.15
HSL 313.13º 0.79% 0.47% -
HSV(B) 313.13º 0.88% 0.85% -
XYZ 36.7 18.54 42.2 -
YUV 99.51 170.61 211.8 -
System Red Green Blue C M Y K H S L
Decimal 217 25 175 0 0.88 0.19 0.15 313.13 0.79 0.47
Hex D9 19 AF 0 58 13 F 139 4F 2F
Octal 331 31 257 0 130 23 17 471 117 57
Binary 11011001 11001 10101111 0 1011000 10011 1111 100111001 1001111 101111

Color Harmonies of #D919AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D919AF

Black with #D919AF

Text Example


Text Example

White with #D919AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D919AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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