#D720B1

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

Shades of Spicy Pink #D720B1

Tints of Spicy Pink #D720B1

Color information

#D720B1 (or 0xD720B1) is unknown color: approx Spicy Pink. HEX triplet: D7, 20 and B1. RGB value is (215,32,177). Sum of RGB (Red+Green+Blue) = 215+32+177=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D720B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D720B1 is #28DF4E. Grayscale: #666666. Windows color (decimal): -2678607 or 11608279. OLE color: 11608279.

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

Color convert

RGB21532177-
CMYK00.850.180.16
HSL312.46º74.09%48.43%-
HSV(B)312.46º85.12%84.31%-
XYZ36.4818.6543.27-
YUV103.25169.63207.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.71%
GREEN value IS 32 (12.89% from 255) = 7.55%
BLUE value IS 177 (69.53% from 255) = 41.75%
R=50.71%
G=7.55%
B=41.75%

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
Decimal2153217700.850.180.16312.4674.0948.43
HexD720B105512101384a30
Octal327402610125222047011260
Binary11010111100000101100010101010110010100001001110001001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D720B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D720B1; }

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

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

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

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

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

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

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

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