Shades of Spicy Pink #D427B3
Tints of Spicy Pink #D427B3
RGB
CMYK
RGB Variations
Color information
#D427B3 (or 0xD427B3) is known color: Spicy Pink. HEX triplet: D4, 27 and B3. RGB value is (212,39,179). Sum of RGB (Red+Green+Blue) = 212+39+179=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D427B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D427B3 is #2BD84C. Grayscale: #6A6A6A. Windows color (decimal): -2873421 or 11741140. OLE color: 11741140.
HSL color Cylindrical-coordinate representation of color #D427B3: hue angle of 311.45º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D427B3 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 39 | 179 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.17 |
| HSL | 311.45º | 0.69% | 0.49% | - |
| HSV(B) | 311.45º | 0.82% | 0.83% | - |
| XYZ | 36.01 | 18.7 | 44.36 | - |
| YUV | 106.69 | 168.81 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 39 | 179 | 0 | 0.82 | 0.16 | 0.17 | 311.45 | 0.69 | 0.49 |
| Hex | D4 | 27 | B3 | 0 | 52 | 10 | 11 | 137 | 45 | 31 |
| Octal | 324 | 47 | 263 | 0 | 122 | 20 | 21 | 467 | 105 | 61 |
| Binary | 11010100 | 100111 | 10110011 | 0 | 1010010 | 10000 | 10001 | 100110111 | 1000101 | 110001 |
Color Harmonies of #D427B3
Complementary color
Monochromatic Colors of #D427B3
Black with #D427B3
Text Example
Text Example
White with #D427B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D427B3; }
p { color: rgb(212,39,179); }
H1.HeaderClassName
{
color: #D427B3;
}
.AnyTagClassName
{
color: #D427B3;
}
</style>
background-color css
<style>
a { background-color: #D427B3; }
a { background-color: rgb(212,39,179); }
div.DivClassName
{
background-color: #D427B3;
}
.BgClassName
{
background-color: #D427B3;
}
</style>
border-color css
<style>
span { border-color: #D427B3; }
span { border-color: rgb(212,39,179); }
td.TdClassName
{
border-color: #D427B3;
}
.TagClassName
{
border-color: #D427B3;
}
</style>