Shades of Shocking Pink #DB22C2
Tints of Shocking Pink #DB22C2
RGB
CMYK
RGB Variations
Color information
#DB22C2 (or 0xDB22C2) is known color: Shocking Pink. HEX triplet: DB, 22 and C2. RGB value is (219,34,194). Sum of RGB (Red+Green+Blue) = 219+34+194=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 34 (13.67% from 255 or 7.61% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB22C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB22C2 is #24DD3D. Grayscale: #6B6B6B. Windows color (decimal): -2415934 or 12722907. OLE color: 12722907.
HSL color Cylindrical-coordinate representation of color #DB22C2: hue angle of 308.11º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB22C2 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 194 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.14 |
| HSL | 308.11º | 0.73% | 0.5% | - |
| HSV(B) | 308.11º | 0.84% | 0.86% | - |
| XYZ | 39.52 | 20.1 | 52.84 | - |
| YUV | 107.56 | 176.79 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 194 | 0 | 0.84 | 0.11 | 0.14 | 308.11 | 0.73 | 0.5 |
| Hex | DB | 22 | C2 | 0 | 54 | B | E | 134 | 49 | 32 |
| Octal | 333 | 42 | 302 | 0 | 124 | 13 | 16 | 464 | 111 | 62 |
| Binary | 11011011 | 100010 | 11000010 | 0 | 1010100 | 1011 | 1110 | 100110100 | 1001001 | 110010 |
Color Harmonies of #DB22C2
Complementary color
Monochromatic Colors of #DB22C2
Black with #DB22C2
Text Example
Text Example
White with #DB22C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB22C2; }
p { color: rgb(219,34,194); }
H1.HeaderClassName
{
color: #DB22C2;
}
.AnyTagClassName
{
color: #DB22C2;
}
</style>
background-color css
<style>
a { background-color: #DB22C2; }
a { background-color: rgb(219,34,194); }
div.DivClassName
{
background-color: #DB22C2;
}
.BgClassName
{
background-color: #DB22C2;
}
</style>
border-color css
<style>
span { border-color: #DB22C2; }
span { border-color: rgb(219,34,194); }
td.TdClassName
{
border-color: #DB22C2;
}
.TagClassName
{
border-color: #DB22C2;
}
</style>