Shades of Spicy Pink #D623B0
Tints of Spicy Pink #D623B0
RGB
CMYK
RGB Variations
Color information
#D623B0 (or 0xD623B0) is known color: Spicy Pink. HEX triplet: D6, 23 and B0. RGB value is (214,35,176). Sum of RGB (Red+Green+Blue) = 214+35+176=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 35 (14.06% from 255 or 8.24% from 425); Blue value is 176 (69.14% from 255 or 41.41% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D623B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D623B0 is #29DC4F. Grayscale: #686868. Windows color (decimal): -2743376 or 11543510. OLE color: 11543510.
HSL color Cylindrical-coordinate representation of color #D623B0: hue angle of 312.74º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D623B0 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 35 | 176 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.16 |
| HSL | 312.74º | 0.72% | 0.49% | - |
| HSV(B) | 312.74º | 0.84% | 0.84% | - |
| XYZ | 36.17 | 18.63 | 42.76 | - |
| YUV | 104.6 | 168.3 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 176 | 0 | 0.84 | 0.18 | 0.16 | 312.74 | 0.72 | 0.49 |
| Hex | D6 | 23 | B0 | 0 | 54 | 12 | 10 | 139 | 48 | 31 |
| Octal | 326 | 43 | 260 | 0 | 124 | 22 | 20 | 471 | 110 | 61 |
| Binary | 11010110 | 100011 | 10110000 | 0 | 1010100 | 10010 | 10000 | 100111001 | 1001000 | 110001 |
Color Harmonies of #D623B0
Complementary color
Monochromatic Colors of #D623B0
Black with #D623B0
Text Example
Text Example
White with #D623B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D623B0; }
p { color: rgb(214,35,176); }
H1.HeaderClassName
{
color: #D623B0;
}
.AnyTagClassName
{
color: #D623B0;
}
</style>
background-color css
<style>
a { background-color: #D623B0; }
a { background-color: rgb(214,35,176); }
div.DivClassName
{
background-color: #D623B0;
}
.BgClassName
{
background-color: #D623B0;
}
</style>
border-color css
<style>
span { border-color: #D623B0; }
span { border-color: rgb(214,35,176); }
td.TdClassName
{
border-color: #D623B0;
}
.TagClassName
{
border-color: #D623B0;
}
</style>