#D720AF

Color #D720AF Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #D720AF

Tints of Spicy Pink #D720AF

Color information

#D720AF (or 0xD720AF) is unknown color: approx Spicy Pink. HEX triplet: D7, 20 and AF. RGB value is (215,32,175). Sum of RGB (Red+Green+Blue) = 215+32+175=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 32 (12.89% from 255 or 7.58% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D720AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D720AF is #28DF50. Grayscale: #666666. Windows color (decimal): -2678609 or 11477207. OLE color: 11477207.

HSL color Cylindrical-coordinate representation of color #D720AF: hue angle of 313.11º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D720AF is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB21532175-
CMYK00.850.190.16
HSL313.11º74.09%48.43%-
HSV(B)313.11º85.12%84.31%-
XYZ36.2818.5842.23-
YUV103.02168.63207.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.95%
GREEN value IS 32 (12.89% from 255) = 7.58%
BLUE value IS 175 (68.75% from 255) = 41.47%
R=50.95%
G=7.58%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2153217500.850.190.16313.1174.0948.43
HexD720AF05513101394a30
Octal327402570125232047111260
Binary11010111100000101011110101010110011100001001110011001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D720AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D720AF; }

 p { color: rgb(215,32,175); }

 H1.HeaderClassName
 {
   color: #D720AF;
 }
 .AnyTagClassName
 {
   color: #D720AF;
 }
</style>
background-color css

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

 a { background-color: rgb(215,32,175); }

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

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

 span { border-color: rgb(215,32,175); }

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