#D720B0

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

Shades of Spicy Pink #D720B0

Tints of Spicy Pink #D720B0

Color information

#D720B0 (or 0xD720B0) is unknown color: approx Spicy Pink. HEX triplet: D7, 20 and B0. RGB value is (215,32,176). Sum of RGB (Red+Green+Blue) = 215+32+176=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 32 (12.89% from 255 or 7.57% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D720B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D720B0 is #28DF4F. Grayscale: #666666. Windows color (decimal): -2678608 or 11542743. OLE color: 11542743.

HSL color Cylindrical-coordinate representation of color #D720B0: hue angle of 312.79º 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 #D720B0 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB21532176-
CMYK00.850.180.16
HSL312.79º74.09%48.43%-
HSV(B)312.79º85.12%84.31%-
XYZ36.3818.6142.75-
YUV103.13169.13207.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.83%
GREEN value IS 32 (12.89% from 255) = 7.57%
BLUE value IS 176 (69.14% from 255) = 41.61%
R=50.83%
G=7.57%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2153217600.850.180.16312.7974.0948.43
HexD720B005512101394a30
Octal327402600125222047111260
Binary11010111100000101100000101010110010100001001110011001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D720B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D720B0; }

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

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

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

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

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

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

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

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