Shades of Shocking #DD97C3
Tints of Shocking #DD97C3
RGB
CMYK
RGB Variations
Color information
#DD97C3 (or 0xDD97C3) is known color: Shocking. HEX triplet: DD, 97 and C3. RGB value is (221,151,195). Sum of RGB (Red+Green+Blue) = 221+151+195=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97C3 is #22683C. Grayscale: #B0B0B0. Windows color (decimal): -2254909 or 12818397. OLE color: 12818397.
HSL color Cylindrical-coordinate representation of color #DD97C3: hue angle of 322.29º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD97C3 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 195 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.13 |
| HSL | 322.29º | 0.51% | 0.73% | - |
| HSV(B) | 322.29º | 0.32% | 0.87% | - |
| XYZ | 50.74 | 41.45 | 56.96 | - |
| YUV | 176.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 195 | 0 | 0.32 | 0.12 | 0.13 | 322.29 | 0.51 | 0.73 |
| Hex | DD | 97 | C3 | 0 | 20 | C | D | 142 | 33 | 49 |
| Octal | 335 | 227 | 303 | 0 | 40 | 14 | 15 | 502 | 63 | 111 |
| Binary | 11011101 | 10010111 | 11000011 | 0 | 100000 | 1100 | 1101 | 101000010 | 110011 | 1001001 |
Color Harmonies of #DD97C3
Complementary color
Monochromatic Colors of #DD97C3
Black with #DD97C3
Text Example
Text Example
White with #DD97C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD97C3; }
p { color: rgb(221,151,195); }
H1.HeaderClassName
{
color: #DD97C3;
}
.AnyTagClassName
{
color: #DD97C3;
}
</style>
background-color css
<style>
a { background-color: #DD97C3; }
a { background-color: rgb(221,151,195); }
div.DivClassName
{
background-color: #DD97C3;
}
.BgClassName
{
background-color: #DD97C3;
}
</style>
border-color css
<style>
span { border-color: #DD97C3; }
span { border-color: rgb(221,151,195); }
td.TdClassName
{
border-color: #DD97C3;
}
.TagClassName
{
border-color: #DD97C3;
}
</style>