Shades of Shocking #D789C4
Tints of Shocking #D789C4
RGB
CMYK
RGB Variations
Color information
#D789C4 (or 0xD789C4) is known color: Shocking. HEX triplet: D7, 89 and C4. RGB value is (215,137,196). Sum of RGB (Red+Green+Blue) = 215+137+196=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 137 (53.91% from 255 or 25% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 215 - color contains mainly: red. Hex color #D789C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D789C4 is #28763B. Grayscale: #A6A6A6. Windows color (decimal): -2651708 or 12880343. OLE color: 12880343.
HSL color Cylindrical-coordinate representation of color #D789C4: hue angle of 314.62º 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 #D789C4 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 137 | 196 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.16 |
| HSL | 314.62º | 0.49% | 0.69% | - |
| HSV(B) | 314.62º | 0.36% | 0.84% | - |
| XYZ | 46.93 | 36.32 | 56.76 | - |
| YUV | 167.05 | 144.34 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 137 | 196 | 0 | 0.36 | 0.09 | 0.16 | 314.62 | 0.49 | 0.69 |
| Hex | D7 | 89 | C4 | 0 | 24 | 9 | 10 | 13B | 31 | 45 |
| Octal | 327 | 211 | 304 | 0 | 44 | 11 | 20 | 473 | 61 | 105 |
| Binary | 11010111 | 10001001 | 11000100 | 0 | 100100 | 1001 | 10000 | 100111011 | 110001 | 1000101 |
Color Harmonies of #D789C4
Complementary color
Monochromatic Colors of #D789C4
Black with #D789C4
Text Example
Text Example
White with #D789C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D789C4; }
p { color: rgb(215,137,196); }
H1.HeaderClassName
{
color: #D789C4;
}
.AnyTagClassName
{
color: #D789C4;
}
</style>
background-color css
<style>
a { background-color: #D789C4; }
a { background-color: rgb(215,137,196); }
div.DivClassName
{
background-color: #D789C4;
}
.BgClassName
{
background-color: #D789C4;
}
</style>
border-color css
<style>
span { border-color: #D789C4; }
span { border-color: rgb(215,137,196); }
td.TdClassName
{
border-color: #D789C4;
}
.TagClassName
{
border-color: #D789C4;
}
</style>