Shades of Spicy Pink #DB27AC
Tints of Spicy Pink #DB27AC
RGB
CMYK
RGB Variations
Color information
#DB27AC (or 0xDB27AC) is known color: Spicy Pink. HEX triplet: DB, 27 and AC. RGB value is (219,39,172). Sum of RGB (Red+Green+Blue) = 219+39+172=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB27AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB27AC is #24D853. Grayscale: #6B6B6B. Windows color (decimal): -2414676 or 11282395. OLE color: 11282395.
HSL color Cylindrical-coordinate representation of color #DB27AC: hue angle of 315.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB27AC is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 172 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.14 |
| HSL | 315.67º | 0.71% | 0.51% | - |
| HSV(B) | 315.67º | 0.82% | 0.86% | - |
| XYZ | 37.39 | 19.49 | 40.82 | - |
| YUV | 107.98 | 164.13 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 172 | 0 | 0.82 | 0.21 | 0.14 | 315.67 | 0.71 | 0.51 |
| Hex | DB | 27 | AC | 0 | 52 | 15 | E | 13C | 47 | 33 |
| Octal | 333 | 47 | 254 | 0 | 122 | 25 | 16 | 474 | 107 | 63 |
| Binary | 11011011 | 100111 | 10101100 | 0 | 1010010 | 10101 | 1110 | 100111100 | 1000111 | 110011 |
Color Harmonies of #DB27AC
Complementary color
Monochromatic Colors of #DB27AC
Black with #DB27AC
Text Example
Text Example
White with #DB27AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB27AC; }
p { color: rgb(219,39,172); }
H1.HeaderClassName
{
color: #DB27AC;
}
.AnyTagClassName
{
color: #DB27AC;
}
</style>
background-color css
<style>
a { background-color: #DB27AC; }
a { background-color: rgb(219,39,172); }
div.DivClassName
{
background-color: #DB27AC;
}
.BgClassName
{
background-color: #DB27AC;
}
</style>
border-color css
<style>
span { border-color: #DB27AC; }
span { border-color: rgb(219,39,172); }
td.TdClassName
{
border-color: #DB27AC;
}
.TagClassName
{
border-color: #DB27AC;
}
</style>