Shades of Shocking #D784BD
Tints of Shocking #D784BD
RGB
CMYK
RGB Variations
Color information
#D784BD (or 0xD784BD) is known color: Shocking. HEX triplet: D7, 84 and BD. RGB value is (215,132,189). Sum of RGB (Red+Green+Blue) = 215+132+189=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D784BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D784BD is #287B42. Grayscale: #A3A3A3. Windows color (decimal): -2652995 or 12420311. OLE color: 12420311.
HSL color Cylindrical-coordinate representation of color #D784BD: hue angle of 318.8º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D784BD is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 189 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.16 |
| HSL | 318.8º | 0.51% | 0.68% | - |
| HSV(B) | 318.8º | 0.39% | 0.84% | - |
| XYZ | 45.46 | 34.62 | 52.43 | - |
| YUV | 163.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 189 | 0 | 0.39 | 0.12 | 0.16 | 318.8 | 0.51 | 0.68 |
| Hex | D7 | 84 | BD | 0 | 27 | C | 10 | 13F | 33 | 44 |
| Octal | 327 | 204 | 275 | 0 | 47 | 14 | 20 | 477 | 63 | 104 |
| Binary | 11010111 | 10000100 | 10111101 | 0 | 100111 | 1100 | 10000 | 100111111 | 110011 | 1000100 |
Color Harmonies of #D784BD
Complementary color
Monochromatic Colors of #D784BD
Black with #D784BD
Text Example
Text Example
White with #D784BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D784BD; }
p { color: rgb(215,132,189); }
H1.HeaderClassName
{
color: #D784BD;
}
.AnyTagClassName
{
color: #D784BD;
}
</style>
background-color css
<style>
a { background-color: #D784BD; }
a { background-color: rgb(215,132,189); }
div.DivClassName
{
background-color: #D784BD;
}
.BgClassName
{
background-color: #D784BD;
}
</style>
border-color css
<style>
span { border-color: #D784BD; }
span { border-color: rgb(215,132,189); }
td.TdClassName
{
border-color: #D784BD;
}
.TagClassName
{
border-color: #D784BD;
}
</style>