Shades of Shocking #DD97C1
Tints of Shocking #DD97C1
RGB
CMYK
RGB Variations
Color information
#DD97C1 (or 0xDD97C1) is known color: Shocking. HEX triplet: DD, 97 and C1. RGB value is (221,151,193). Sum of RGB (Red+Green+Blue) = 221+151+193=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97C1 is #22683E. Grayscale: #B0B0B0. Windows color (decimal): -2254911 or 12687325. OLE color: 12687325.
HSL color Cylindrical-coordinate representation of color #DD97C1: hue angle of 324º 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 #DD97C1 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 193 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.13 |
| HSL | 324º | 0.51% | 0.73% | - |
| HSV(B) | 324º | 0.32% | 0.87% | - |
| XYZ | 50.51 | 41.36 | 55.77 | - |
| YUV | 176.72 | 137.19 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 193 | 0 | 0.32 | 0.13 | 0.13 | 324 | 0.51 | 0.73 |
| Hex | DD | 97 | C1 | 0 | 20 | D | D | 144 | 33 | 49 |
| Octal | 335 | 227 | 301 | 0 | 40 | 15 | 15 | 504 | 63 | 111 |
| Binary | 11011101 | 10010111 | 11000001 | 0 | 100000 | 1101 | 1101 | 101000100 | 110011 | 1001001 |
Color Harmonies of #DD97C1
Complementary color
Monochromatic Colors of #DD97C1
Black with #DD97C1
Text Example
Text Example
White with #DD97C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD97C1; }
p { color: rgb(221,151,193); }
H1.HeaderClassName
{
color: #DD97C1;
}
.AnyTagClassName
{
color: #DD97C1;
}
</style>
background-color css
<style>
a { background-color: #DD97C1; }
a { background-color: rgb(221,151,193); }
div.DivClassName
{
background-color: #DD97C1;
}
.BgClassName
{
background-color: #DD97C1;
}
</style>
border-color css
<style>
span { border-color: #DD97C1; }
span { border-color: rgb(221,151,193); }
td.TdClassName
{
border-color: #DD97C1;
}
.TagClassName
{
border-color: #DD97C1;
}
</style>