Shades of Shocking Pink #DC19B7
Tints of Shocking Pink #DC19B7
RGB
CMYK
RGB Variations
Color information
#DC19B7 (or 0xDC19B7) is known color: Shocking Pink. HEX triplet: DC, 19 and B7. RGB value is (220,25,183). Sum of RGB (Red+Green+Blue) = 220+25+183=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 25 (10.16% from 255 or 5.84% from 428); Blue value is 183 (71.88% from 255 or 42.76% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC19B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC19B7 is #23E648. Grayscale: #646464. Windows color (decimal): -2352713 or 11999708. OLE color: 11999708.
HSL color Cylindrical-coordinate representation of color #DC19B7: hue angle of 311.38º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC19B7 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 25 | 183 | - |
CMYK | 0 | 0.89 | 0.17 | 0.14 |
HSL | 311.38º | 0.8% | 0.48% | - |
HSV(B) | 311.38º | 0.89% | 0.86% | - |
XYZ | 38.41 | 19.33 | 46.51 | - |
YUV | 101.32 | 174.1 | 212.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 25 | 183 | 0 | 0.89 | 0.17 | 0.14 | 311.38 | 0.8 | 0.48 |
Hex | DC | 19 | B7 | 0 | 59 | 11 | E | 137 | 50 | 30 |
Octal | 334 | 31 | 267 | 0 | 131 | 21 | 16 | 467 | 120 | 60 |
Binary | 11011100 | 11001 | 10110111 | 0 | 1011001 | 10001 | 1110 | 100110111 | 1010000 | 110000 |
Color Harmonies of #DC19B7
Complementary color
Monochromatic Colors of #DC19B7
Black with #DC19B7
Text Example
Text Example
White with #DC19B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC19B7; }
p { color: rgb(220,25,183); }
H1.HeaderClassName
{
color: #DC19B7;
}
.AnyTagClassName
{
color: #DC19B7;
}
</style>
background-color css
<style>
a { background-color: #DC19B7; }
a { background-color: rgb(220,25,183); }
div.DivClassName
{
background-color: #DC19B7;
}
.BgClassName
{
background-color: #DC19B7;
}
</style>
border-color css
<style>
span { border-color: #DC19B7; }
span { border-color: rgb(220,25,183); }
td.TdClassName
{
border-color: #DC19B7;
}
.TagClassName
{
border-color: #DC19B7;
}
</style>