Shades of Shocking #D790C4
Tints of Shocking #D790C4
RGB
CMYK
RGB Variations
Color information
#D790C4 (or 0xD790C4) is known color: Shocking. HEX triplet: D7, 90 and C4. RGB value is (215,144,196). Sum of RGB (Red+Green+Blue) = 215+144+196=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D790C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790C4 is #286F3B. Grayscale: #ABABAB. Windows color (decimal): -2649916 or 12882135. OLE color: 12882135.
HSL color Cylindrical-coordinate representation of color #D790C4: hue angle of 316.06º 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 #D790C4 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 144 | 196 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.16 |
| HSL | 316.06º | 0.47% | 0.7% | - |
| HSV(B) | 316.06º | 0.33% | 0.84% | - |
| XYZ | 47.96 | 38.38 | 57.1 | - |
| YUV | 171.16 | 142.02 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 144 | 196 | 0 | 0.33 | 0.09 | 0.16 | 316.06 | 0.47 | 0.7 |
| Hex | D7 | 90 | C4 | 0 | 21 | 9 | 10 | 13C | 2F | 46 |
| Octal | 327 | 220 | 304 | 0 | 41 | 11 | 20 | 474 | 57 | 106 |
| Binary | 11010111 | 10010000 | 11000100 | 0 | 100001 | 1001 | 10000 | 100111100 | 101111 | 1000110 |
Color Harmonies of #D790C4
Complementary color
Monochromatic Colors of #D790C4
Black with #D790C4
Text Example
Text Example
White with #D790C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D790C4; }
p { color: rgb(215,144,196); }
H1.HeaderClassName
{
color: #D790C4;
}
.AnyTagClassName
{
color: #D790C4;
}
</style>
background-color css
<style>
a { background-color: #D790C4; }
a { background-color: rgb(215,144,196); }
div.DivClassName
{
background-color: #D790C4;
}
.BgClassName
{
background-color: #D790C4;
}
</style>
border-color css
<style>
span { border-color: #D790C4; }
span { border-color: rgb(215,144,196); }
td.TdClassName
{
border-color: #D790C4;
}
.TagClassName
{
border-color: #D790C4;
}
</style>