Shades of Shocking #D583BD
Tints of Shocking #D583BD
RGB
CMYK
RGB Variations
Color information
#D583BD (or 0xD583BD) is known color: Shocking. HEX triplet: D5, 83 and BD. RGB value is (213,131,189). Sum of RGB (Red+Green+Blue) = 213+131+189=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D583BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D583BD is #2A7C42. Grayscale: #A1A1A1. Windows color (decimal): -2784323 or 12420053. OLE color: 12420053.
HSL color Cylindrical-coordinate representation of color #D583BD: hue angle of 317.56º 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 #D583BD is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 189 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.16 |
| HSL | 317.56º | 0.49% | 0.67% | - |
| HSV(B) | 317.56º | 0.38% | 0.84% | - |
| XYZ | 44.74 | 34.05 | 52.36 | - |
| YUV | 162.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 189 | 0 | 0.38 | 0.11 | 0.16 | 317.56 | 0.49 | 0.67 |
| Hex | D5 | 83 | BD | 0 | 26 | B | 10 | 13E | 31 | 43 |
| Octal | 325 | 203 | 275 | 0 | 46 | 13 | 20 | 476 | 61 | 103 |
| Binary | 11010101 | 10000011 | 10111101 | 0 | 100110 | 1011 | 10000 | 100111110 | 110001 | 1000011 |
Color Harmonies of #D583BD
Complementary color
Monochromatic Colors of #D583BD
Black with #D583BD
Text Example
Text Example
White with #D583BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D583BD; }
p { color: rgb(213,131,189); }
H1.HeaderClassName
{
color: #D583BD;
}
.AnyTagClassName
{
color: #D583BD;
}
</style>
background-color css
<style>
a { background-color: #D583BD; }
a { background-color: rgb(213,131,189); }
div.DivClassName
{
background-color: #D583BD;
}
.BgClassName
{
background-color: #D583BD;
}
</style>
border-color css
<style>
span { border-color: #D583BD; }
span { border-color: rgb(213,131,189); }
td.TdClassName
{
border-color: #D583BD;
}
.TagClassName
{
border-color: #D583BD;
}
</style>