Shades of Shocking #D789B5
Tints of Shocking #D789B5
RGB
CMYK
RGB Variations
Color information
#D789B5 (or 0xD789B5) is known color: Shocking. HEX triplet: D7, 89 and B5. RGB value is (215,137,181). Sum of RGB (Red+Green+Blue) = 215+137+181=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D789B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D789B5 is #28764A. Grayscale: #A5A5A5. Windows color (decimal): -2651723 or 11897303. OLE color: 11897303.
HSL color Cylindrical-coordinate representation of color #D789B5: hue angle of 326.15º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D789B5 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 137 | 181 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.16 |
| HSL | 326.15º | 0.49% | 0.69% | - |
| HSV(B) | 326.15º | 0.36% | 0.84% | - |
| XYZ | 45.31 | 35.67 | 48.21 | - |
| YUV | 165.34 | 136.84 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 137 | 181 | 0 | 0.36 | 0.16 | 0.16 | 326.15 | 0.49 | 0.69 |
| Hex | D7 | 89 | B5 | 0 | 24 | 10 | 10 | 146 | 31 | 45 |
| Octal | 327 | 211 | 265 | 0 | 44 | 20 | 20 | 506 | 61 | 105 |
| Binary | 11010111 | 10001001 | 10110101 | 0 | 100100 | 10000 | 10000 | 101000110 | 110001 | 1000101 |
Color Harmonies of #D789B5
Complementary color
Monochromatic Colors of #D789B5
Black with #D789B5
Text Example
Text Example
White with #D789B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D789B5; }
p { color: rgb(215,137,181); }
H1.HeaderClassName
{
color: #D789B5;
}
.AnyTagClassName
{
color: #D789B5;
}
</style>
background-color css
<style>
a { background-color: #D789B5; }
a { background-color: rgb(215,137,181); }
div.DivClassName
{
background-color: #D789B5;
}
.BgClassName
{
background-color: #D789B5;
}
</style>
border-color css
<style>
span { border-color: #D789B5; }
span { border-color: rgb(215,137,181); }
td.TdClassName
{
border-color: #D789B5;
}
.TagClassName
{
border-color: #D789B5;
}
</style>