Shades of Shocking Pink #DC13B5
Tints of Shocking Pink #DC13B5
RGB
CMYK
RGB Variations
Color information
#DC13B5 (or 0xDC13B5) is known color: Shocking Pink. HEX triplet: DC, 13 and B5. RGB value is (220,19,181). Sum of RGB (Red+Green+Blue) = 220+19+181=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC13B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC13B5 is #23EC4A. Grayscale: #616161. Windows color (decimal): -2354251 or 11867100. OLE color: 11867100.
HSL color Cylindrical-coordinate representation of color #DC13B5: hue angle of 311.64º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC13B5 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 181 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.14 |
| HSL | 311.64º | 0.84% | 0.47% | - |
| HSV(B) | 311.64º | 0.91% | 0.86% | - |
| XYZ | 38.09 | 19.02 | 45.38 | - |
| YUV | 97.57 | 175.09 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 181 | 0 | 0.91 | 0.18 | 0.14 | 311.64 | 0.84 | 0.47 |
| Hex | DC | 13 | B5 | 0 | 5B | 12 | E | 138 | 54 | 2F |
| Octal | 334 | 23 | 265 | 0 | 133 | 22 | 16 | 470 | 124 | 57 |
| Binary | 11011100 | 10011 | 10110101 | 0 | 1011011 | 10010 | 1110 | 100111000 | 1010100 | 101111 |
Color Harmonies of #DC13B5
Complementary color
Monochromatic Colors of #DC13B5
Black with #DC13B5
Text Example
Text Example
White with #DC13B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC13B5; }
p { color: rgb(220,19,181); }
H1.HeaderClassName
{
color: #DC13B5;
}
.AnyTagClassName
{
color: #DC13B5;
}
</style>
background-color css
<style>
a { background-color: #DC13B5; }
a { background-color: rgb(220,19,181); }
div.DivClassName
{
background-color: #DC13B5;
}
.BgClassName
{
background-color: #DC13B5;
}
</style>
border-color css
<style>
span { border-color: #DC13B5; }
span { border-color: rgb(220,19,181); }
td.TdClassName
{
border-color: #DC13B5;
}
.TagClassName
{
border-color: #DC13B5;
}
</style>