Shades of Shocking #D790C3
Tints of Shocking #D790C3
RGB
CMYK
RGB Variations
Color information
#D790C3 (or 0xD790C3) is known color: Shocking. HEX triplet: D7, 90 and C3. RGB value is (215,144,195). Sum of RGB (Red+Green+Blue) = 215+144+195=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D790C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790C3 is #286F3C. Grayscale: #AAAAAA. Windows color (decimal): -2649917 or 12816599. OLE color: 12816599.
HSL color Cylindrical-coordinate representation of color #D790C3: hue angle of 316.9º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D790C3 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 144 | 195 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.16 |
| HSL | 316.9º | 0.47% | 0.7% | - |
| HSV(B) | 316.9º | 0.33% | 0.84% | - |
| XYZ | 47.85 | 38.33 | 56.51 | - |
| YUV | 171.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 144 | 195 | 0 | 0.33 | 0.09 | 0.16 | 316.9 | 0.47 | 0.7 |
| Hex | D7 | 90 | C3 | 0 | 21 | 9 | 10 | 13D | 2F | 46 |
| Octal | 327 | 220 | 303 | 0 | 41 | 11 | 20 | 475 | 57 | 106 |
| Binary | 11010111 | 10010000 | 11000011 | 0 | 100001 | 1001 | 10000 | 100111101 | 101111 | 1000110 |
Color Harmonies of #D790C3
Complementary color
Monochromatic Colors of #D790C3
Black with #D790C3
Text Example
Text Example
White with #D790C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D790C3; }
p { color: rgb(215,144,195); }
H1.HeaderClassName
{
color: #D790C3;
}
.AnyTagClassName
{
color: #D790C3;
}
</style>
background-color css
<style>
a { background-color: #D790C3; }
a { background-color: rgb(215,144,195); }
div.DivClassName
{
background-color: #D790C3;
}
.BgClassName
{
background-color: #D790C3;
}
</style>
border-color css
<style>
span { border-color: #D790C3; }
span { border-color: rgb(215,144,195); }
td.TdClassName
{
border-color: #D790C3;
}
.TagClassName
{
border-color: #D790C3;
}
</style>