Shades of Spicy Pink #D623B4
Tints of Spicy Pink #D623B4
RGB
CMYK
RGB Variations
Color information
#D623B4 (or 0xD623B4) is known color: Spicy Pink. HEX triplet: D6, 23 and B4. RGB value is (214,35,180). Sum of RGB (Red+Green+Blue) = 214+35+180=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 35 (14.06% from 255 or 8.16% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D623B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D623B4 is #29DC4B. Grayscale: #686868. Windows color (decimal): -2743372 or 11805654. OLE color: 11805654.
HSL color Cylindrical-coordinate representation of color #D623B4: hue angle of 311.4º 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 #D623B4 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 35 | 180 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.16 |
| HSL | 311.4º | 0.72% | 0.49% | - |
| HSV(B) | 311.4º | 0.84% | 0.84% | - |
| XYZ | 36.57 | 18.79 | 44.88 | - |
| YUV | 105.05 | 170.3 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 180 | 0 | 0.84 | 0.16 | 0.16 | 311.4 | 0.72 | 0.49 |
| Hex | D6 | 23 | B4 | 0 | 54 | 10 | 10 | 137 | 48 | 31 |
| Octal | 326 | 43 | 264 | 0 | 124 | 20 | 20 | 467 | 110 | 61 |
| Binary | 11010110 | 100011 | 10110100 | 0 | 1010100 | 10000 | 10000 | 100110111 | 1001000 | 110001 |
Color Harmonies of #D623B4
Complementary color
Monochromatic Colors of #D623B4
Black with #D623B4
Text Example
Text Example
White with #D623B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D623B4; }
p { color: rgb(214,35,180); }
H1.HeaderClassName
{
color: #D623B4;
}
.AnyTagClassName
{
color: #D623B4;
}
</style>
background-color css
<style>
a { background-color: #D623B4; }
a { background-color: rgb(214,35,180); }
div.DivClassName
{
background-color: #D623B4;
}
.BgClassName
{
background-color: #D623B4;
}
</style>
border-color css
<style>
span { border-color: #D623B4; }
span { border-color: rgb(214,35,180); }
td.TdClassName
{
border-color: #D623B4;
}
.TagClassName
{
border-color: #D623B4;
}
</style>