#D729B7

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

Shades of Spicy Pink #D729B7

Tints of Spicy Pink #D729B7

Color information

#D729B7 (or 0xD729B7) is unknown color: approx Spicy Pink. HEX triplet: D7, 29 and B7. RGB value is (215,41,183). Sum of RGB (Red+Green+Blue) = 215+41+183=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D729B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D729B7 is #28D648. Grayscale: #6C6C6C. Windows color (decimal): -2676297 or 12003799. OLE color: 12003799.

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

Color convert

RGB21541183-
CMYK00.810.150.16
HSL311.03º68.5%50.2%-
HSV(B)311.03º80.93%84.31%-
XYZ37.3619.4546.58-
YUV109.21169.65203.45-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.97%
GREEN value IS 41 (16.41% from 255) = 9.34%
BLUE value IS 183 (71.88% from 255) = 41.69%
R=48.97%
G=9.34%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2154118300.810.150.16311.0368.550.2
HexD729B7051F101374532
Octal327512670121172046710562
Binary1101011110100110110111010100011111100001001101111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D729B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D729B7; }

 p { color: rgb(215,41,183); }

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

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

 a { background-color: rgb(215,41,183); }

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

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

 span { border-color: rgb(215,41,183); }

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