Shades of Spicy Pink #D727B0
Tints of Spicy Pink #D727B0
RGB
CMYK
RGB Variations
Color information
#D727B0 (or 0xD727B0) is known color: Spicy Pink. HEX triplet: D7, 27 and B0. RGB value is (215,39,176). Sum of RGB (Red+Green+Blue) = 215+39+176=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D727B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D727B0 is #28D84F. Grayscale: #6A6A6A. Windows color (decimal): -2676816 or 11544535. OLE color: 11544535.
HSL color Cylindrical-coordinate representation of color #D727B0: hue angle of 313.3º 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 #D727B0 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 39 | 176 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.16 |
| HSL | 313.3º | 0.69% | 0.5% | - |
| HSV(B) | 313.3º | 0.82% | 0.84% | - |
| XYZ | 36.59 | 19.03 | 42.82 | - |
| YUV | 107.24 | 166.81 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 176 | 0 | 0.82 | 0.18 | 0.16 | 313.3 | 0.69 | 0.5 |
| Hex | D7 | 27 | B0 | 0 | 52 | 12 | 10 | 139 | 45 | 32 |
| Octal | 327 | 47 | 260 | 0 | 122 | 22 | 20 | 471 | 105 | 62 |
| Binary | 11010111 | 100111 | 10110000 | 0 | 1010010 | 10010 | 10000 | 100111001 | 1000101 | 110010 |
Color Harmonies of #D727B0
Complementary color
Monochromatic Colors of #D727B0
Black with #D727B0
Text Example
Text Example
White with #D727B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D727B0; }
p { color: rgb(215,39,176); }
H1.HeaderClassName
{
color: #D727B0;
}
.AnyTagClassName
{
color: #D727B0;
}
</style>
background-color css
<style>
a { background-color: #D727B0; }
a { background-color: rgb(215,39,176); }
div.DivClassName
{
background-color: #D727B0;
}
.BgClassName
{
background-color: #D727B0;
}
</style>
border-color css
<style>
span { border-color: #D727B0; }
span { border-color: rgb(215,39,176); }
td.TdClassName
{
border-color: #D727B0;
}
.TagClassName
{
border-color: #D727B0;
}
</style>