#D727B6

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

Shades of Spicy Pink #D727B6

Tints of Spicy Pink #D727B6

Color information

#D727B6 (or 0xD727B6) is unknown color: approx Spicy Pink. HEX triplet: D7, 27 and B6. RGB value is (215,39,182). Sum of RGB (Red+Green+Blue) = 215+39+182=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D727B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D727B6 is #28D849. Grayscale: #6B6B6B. Windows color (decimal): -2676810 or 11937751. OLE color: 11937751.

HSL color Cylindrical-coordinate representation of color #D727B6: hue angle of 311.25º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D727B6 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB21539182-
CMYK00.820.150.16
HSL311.25º69.29%49.8%-
HSV(B)311.25º81.86%84.31%-
XYZ37.1919.2846.02-
YUV107.93169.81204.37-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.31%
GREEN value IS 39 (15.62% from 255) = 8.94%
BLUE value IS 182 (71.48% from 255) = 41.74%
R=49.31%
G=8.94%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2153918200.820.150.16311.2569.2949.8
HexD727B6052F101374532
Octal327472660122172046710562
Binary1101011110011110110110010100101111100001001101111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D727B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D727B6; }

 p { color: rgb(215,39,182); }

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

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

 a { background-color: rgb(215,39,182); }

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

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

 span { border-color: rgb(215,39,182); }

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