Shades of Shocking #D583B9
Tints of Shocking #D583B9
RGB
CMYK
RGB Variations
Color information
#D583B9 (or 0xD583B9) is known color: Shocking. HEX triplet: D5, 83 and B9. RGB value is (213,131,185). Sum of RGB (Red+Green+Blue) = 213+131+185=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D583B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D583B9 is #2A7C46. Grayscale: #A1A1A1. Windows color (decimal): -2784327 or 12157909. OLE color: 12157909.
HSL color Cylindrical-coordinate representation of color #D583B9: hue angle of 320.49º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D583B9 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 185 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.16 |
| HSL | 320.49º | 0.49% | 0.67% | - |
| HSV(B) | 320.49º | 0.38% | 0.84% | - |
| XYZ | 44.31 | 33.88 | 50.1 | - |
| YUV | 161.67 | 141.17 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 185 | 0 | 0.38 | 0.13 | 0.16 | 320.49 | 0.49 | 0.67 |
| Hex | D5 | 83 | B9 | 0 | 26 | D | 10 | 140 | 31 | 43 |
| Octal | 325 | 203 | 271 | 0 | 46 | 15 | 20 | 500 | 61 | 103 |
| Binary | 11010101 | 10000011 | 10111001 | 0 | 100110 | 1101 | 10000 | 101000000 | 110001 | 1000011 |
Color Harmonies of #D583B9
Complementary color
Monochromatic Colors of #D583B9
Black with #D583B9
Text Example
Text Example
White with #D583B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D583B9; }
p { color: rgb(213,131,185); }
H1.HeaderClassName
{
color: #D583B9;
}
.AnyTagClassName
{
color: #D583B9;
}
</style>
background-color css
<style>
a { background-color: #D583B9; }
a { background-color: rgb(213,131,185); }
div.DivClassName
{
background-color: #D583B9;
}
.BgClassName
{
background-color: #D583B9;
}
</style>
border-color css
<style>
span { border-color: #D583B9; }
span { border-color: rgb(213,131,185); }
td.TdClassName
{
border-color: #D583B9;
}
.TagClassName
{
border-color: #D583B9;
}
</style>