Shades of Spicy Pink #D826AF
Tints of Spicy Pink #D826AF
RGB
CMYK
RGB Variations
Color information
#D826AF (or 0xD826AF) is known color: Spicy Pink. HEX triplet: D8, 26 and AF. RGB value is (216,38,175). Sum of RGB (Red+Green+Blue) = 216+38+175=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D826AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D826AF is #27D950. Grayscale: #6A6A6A. Windows color (decimal): -2611537 or 11478744. OLE color: 11478744.
HSL color Cylindrical-coordinate representation of color #D826AF: hue angle of 313.82º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D826AF is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 175 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.15 |
| HSL | 313.82º | 0.7% | 0.5% | - |
| HSV(B) | 313.82º | 0.82% | 0.85% | - |
| XYZ | 36.75 | 19.08 | 42.3 | - |
| YUV | 106.84 | 166.47 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 175 | 0 | 0.82 | 0.19 | 0.15 | 313.82 | 0.7 | 0.5 |
| Hex | D8 | 26 | AF | 0 | 52 | 13 | F | 13A | 46 | 32 |
| Octal | 330 | 46 | 257 | 0 | 122 | 23 | 17 | 472 | 106 | 62 |
| Binary | 11011000 | 100110 | 10101111 | 0 | 1010010 | 10011 | 1111 | 100111010 | 1000110 | 110010 |
Color Harmonies of #D826AF
Complementary color
Monochromatic Colors of #D826AF
Black with #D826AF
Text Example
Text Example
White with #D826AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D826AF; }
p { color: rgb(216,38,175); }
H1.HeaderClassName
{
color: #D826AF;
}
.AnyTagClassName
{
color: #D826AF;
}
</style>
background-color css
<style>
a { background-color: #D826AF; }
a { background-color: rgb(216,38,175); }
div.DivClassName
{
background-color: #D826AF;
}
.BgClassName
{
background-color: #D826AF;
}
</style>
border-color css
<style>
span { border-color: #D826AF; }
span { border-color: rgb(216,38,175); }
td.TdClassName
{
border-color: #D826AF;
}
.TagClassName
{
border-color: #D826AF;
}
</style>