Shades of Shocking #DD97C4
Tints of Shocking #DD97C4
RGB
CMYK
RGB Variations
Color information
#DD97C4 (or 0xDD97C4) is known color: Shocking. HEX triplet: DD, 97 and C4. RGB value is (221,151,196). Sum of RGB (Red+Green+Blue) = 221+151+196=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 196 (76.95% from 255 or 34.51% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97C4 is #22683B. Grayscale: #B0B0B0. Windows color (decimal): -2254908 or 12883933. OLE color: 12883933.
HSL color Cylindrical-coordinate representation of color #DD97C4: hue angle of 321.43º 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 #DD97C4 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 196 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.13 |
| HSL | 321.43º | 0.51% | 0.73% | - |
| HSV(B) | 321.43º | 0.32% | 0.87% | - |
| XYZ | 50.85 | 41.49 | 57.55 | - |
| YUV | 177.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 196 | 0 | 0.32 | 0.11 | 0.13 | 321.43 | 0.51 | 0.73 |
| Hex | DD | 97 | C4 | 0 | 20 | B | D | 141 | 33 | 49 |
| Octal | 335 | 227 | 304 | 0 | 40 | 13 | 15 | 501 | 63 | 111 |
| Binary | 11011101 | 10010111 | 11000100 | 0 | 100000 | 1011 | 1101 | 101000001 | 110011 | 1001001 |
Color Harmonies of #DD97C4
Complementary color
Monochromatic Colors of #DD97C4
Black with #DD97C4
Text Example
Text Example
White with #DD97C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD97C4; }
p { color: rgb(221,151,196); }
H1.HeaderClassName
{
color: #DD97C4;
}
.AnyTagClassName
{
color: #DD97C4;
}
</style>
background-color css
<style>
a { background-color: #DD97C4; }
a { background-color: rgb(221,151,196); }
div.DivClassName
{
background-color: #DD97C4;
}
.BgClassName
{
background-color: #DD97C4;
}
</style>
border-color css
<style>
span { border-color: #DD97C4; }
span { border-color: rgb(221,151,196); }
td.TdClassName
{
border-color: #DD97C4;
}
.TagClassName
{
border-color: #DD97C4;
}
</style>