Shades of Spicy Pink #D727B5
Tints of Spicy Pink #D727B5
RGB
CMYK
RGB Variations
Color information
#D727B5 (or 0xD727B5) is known color: Spicy Pink. HEX triplet: D7, 27 and B5. RGB value is (215,39,181). Sum of RGB (Red+Green+Blue) = 215+39+181=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 39 (15.62% from 255 or 8.97% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D727B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D727B5 is #28D84A. Grayscale: #6B6B6B. Windows color (decimal): -2676811 or 11872215. OLE color: 11872215.
HSL color Cylindrical-coordinate representation of color #D727B5: hue angle of 311.59º 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 #D727B5 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 39 | 181 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.16 |
| HSL | 311.59º | 0.69% | 0.5% | - |
| HSV(B) | 311.59º | 0.82% | 0.84% | - |
| XYZ | 37.09 | 19.23 | 45.47 | - |
| YUV | 107.81 | 169.31 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 181 | 0 | 0.82 | 0.16 | 0.16 | 311.59 | 0.69 | 0.5 |
| Hex | D7 | 27 | B5 | 0 | 52 | 10 | 10 | 138 | 45 | 32 |
| Octal | 327 | 47 | 265 | 0 | 122 | 20 | 20 | 470 | 105 | 62 |
| Binary | 11010111 | 100111 | 10110101 | 0 | 1010010 | 10000 | 10000 | 100111000 | 1000101 | 110010 |
Color Harmonies of #D727B5
Complementary color
Monochromatic Colors of #D727B5
Black with #D727B5
Text Example
Text Example
White with #D727B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D727B5; }
p { color: rgb(215,39,181); }
H1.HeaderClassName
{
color: #D727B5;
}
.AnyTagClassName
{
color: #D727B5;
}
</style>
background-color css
<style>
a { background-color: #D727B5; }
a { background-color: rgb(215,39,181); }
div.DivClassName
{
background-color: #D727B5;
}
.BgClassName
{
background-color: #D727B5;
}
</style>
border-color css
<style>
span { border-color: #D727B5; }
span { border-color: rgb(215,39,181); }
td.TdClassName
{
border-color: #D727B5;
}
.TagClassName
{
border-color: #D727B5;
}
</style>