Shades of Spicy Pink #D52DB0
Tints of Spicy Pink #D52DB0
RGB
CMYK
RGB Variations
Color information
#D52DB0 (or 0xD52DB0) is known color: Spicy Pink. HEX triplet: D5, 2D and B0. RGB value is (213,45,176). Sum of RGB (Red+Green+Blue) = 213+45+176=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52DB0 is #2AD24F. Grayscale: #6D6D6D. Windows color (decimal): -2806352 or 11546069. OLE color: 11546069.
HSL color Cylindrical-coordinate representation of color #D52DB0: hue angle of 313.21º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52DB0 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 176 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.16 |
| HSL | 313.21º | 0.67% | 0.51% | - |
| HSV(B) | 313.21º | 0.79% | 0.84% | - |
| XYZ | 36.22 | 19.16 | 42.86 | - |
| YUV | 110.17 | 165.16 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 176 | 0 | 0.79 | 0.17 | 0.16 | 313.21 | 0.67 | 0.51 |
| Hex | D5 | 2D | B0 | 0 | 4F | 11 | 10 | 139 | 43 | 33 |
| Octal | 325 | 55 | 260 | 0 | 117 | 21 | 20 | 471 | 103 | 63 |
| Binary | 11010101 | 101101 | 10110000 | 0 | 1001111 | 10001 | 10000 | 100111001 | 1000011 | 110011 |
Color Harmonies of #D52DB0
Complementary color
Monochromatic Colors of #D52DB0
Black with #D52DB0
Text Example
Text Example
White with #D52DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52DB0; }
p { color: rgb(213,45,176); }
H1.HeaderClassName
{
color: #D52DB0;
}
.AnyTagClassName
{
color: #D52DB0;
}
</style>
background-color css
<style>
a { background-color: #D52DB0; }
a { background-color: rgb(213,45,176); }
div.DivClassName
{
background-color: #D52DB0;
}
.BgClassName
{
background-color: #D52DB0;
}
</style>
border-color css
<style>
span { border-color: #D52DB0; }
span { border-color: rgb(213,45,176); }
td.TdClassName
{
border-color: #D52DB0;
}
.TagClassName
{
border-color: #D52DB0;
}
</style>