Shades of Shocking #D99AC4
Tints of Shocking #D99AC4
RGB
CMYK
RGB Variations
Color information
#D99AC4 (or 0xD99AC4) is known color: Shocking. HEX triplet: D9, 9A and C4. RGB value is (217,154,196). Sum of RGB (Red+Green+Blue) = 217+154+196=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 154 (60.55% from 255 or 27.16% from 567); Blue value is 196 (76.95% from 255 or 34.57% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D99AC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99AC4 is #26653B. Grayscale: #B1B1B1. Windows color (decimal): -2516284 or 12884697. OLE color: 12884697.
HSL color Cylindrical-coordinate representation of color #D99AC4: hue angle of 320º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99AC4 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 196 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.15 |
| HSL | 320º | 0.45% | 0.73% | - |
| HSV(B) | 320º | 0.29% | 0.85% | - |
| XYZ | 50.13 | 41.85 | 57.66 | - |
| YUV | 177.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 196 | 0 | 0.29 | 0.10 | 0.15 | 320 | 0.45 | 0.73 |
| Hex | D9 | 9A | C4 | 0 | 1D | A | F | 140 | 2D | 49 |
| Octal | 331 | 232 | 304 | 0 | 35 | 12 | 17 | 500 | 55 | 111 |
| Binary | 11011001 | 10011010 | 11000100 | 0 | 11101 | 1010 | 1111 | 101000000 | 101101 | 1001001 |
Color Harmonies of #D99AC4
Complementary color
Monochromatic Colors of #D99AC4
Black with #D99AC4
Text Example
Text Example
White with #D99AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99AC4; }
p { color: rgb(217,154,196); }
H1.HeaderClassName
{
color: #D99AC4;
}
.AnyTagClassName
{
color: #D99AC4;
}
</style>
background-color css
<style>
a { background-color: #D99AC4; }
a { background-color: rgb(217,154,196); }
div.DivClassName
{
background-color: #D99AC4;
}
.BgClassName
{
background-color: #D99AC4;
}
</style>
border-color css
<style>
span { border-color: #D99AC4; }
span { border-color: rgb(217,154,196); }
td.TdClassName
{
border-color: #D99AC4;
}
.TagClassName
{
border-color: #D99AC4;
}
</style>