Shades of Shocking Pink #DB27BA
Tints of Shocking Pink #DB27BA
RGB
CMYK
RGB Variations
Color information
#DB27BA (or 0xDB27BA) is known color: Shocking Pink. HEX triplet: DB, 27 and BA. RGB value is (219,39,186). Sum of RGB (Red+Green+Blue) = 219+39+186=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 39 (15.62% from 255 or 8.78% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB27BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB27BA is #24D845. Grayscale: #6D6D6D. Windows color (decimal): -2414662 or 12199899. OLE color: 12199899.
HSL color Cylindrical-coordinate representation of color #DB27BA: hue angle of 311º 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 #DB27BA is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 186 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.14 |
| HSL | 311º | 0.71% | 0.51% | - |
| HSV(B) | 311º | 0.82% | 0.86% | - |
| XYZ | 38.8 | 20.06 | 48.28 | - |
| YUV | 109.58 | 171.13 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 186 | 0 | 0.82 | 0.15 | 0.14 | 311 | 0.71 | 0.51 |
| Hex | DB | 27 | BA | 0 | 52 | F | E | 137 | 47 | 33 |
| Octal | 333 | 47 | 272 | 0 | 122 | 17 | 16 | 467 | 107 | 63 |
| Binary | 11011011 | 100111 | 10111010 | 0 | 1010010 | 1111 | 1110 | 100110111 | 1000111 | 110011 |
Color Harmonies of #DB27BA
Complementary color
Monochromatic Colors of #DB27BA
Black with #DB27BA
Text Example
Text Example
White with #DB27BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB27BA; }
p { color: rgb(219,39,186); }
H1.HeaderClassName
{
color: #DB27BA;
}
.AnyTagClassName
{
color: #DB27BA;
}
</style>
background-color css
<style>
a { background-color: #DB27BA; }
a { background-color: rgb(219,39,186); }
div.DivClassName
{
background-color: #DB27BA;
}
.BgClassName
{
background-color: #DB27BA;
}
</style>
border-color css
<style>
span { border-color: #DB27BA; }
span { border-color: rgb(219,39,186); }
td.TdClassName
{
border-color: #DB27BA;
}
.TagClassName
{
border-color: #DB27BA;
}
</style>