Shades of Shocking #DD94C2
Tints of Shocking #DD94C2
RGB
CMYK
RGB Variations
Color information
#DD94C2 (or 0xDD94C2) is known color: Shocking. HEX triplet: DD, 94 and C2. RGB value is (221,148,194). Sum of RGB (Red+Green+Blue) = 221+148+194=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DD94C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD94C2 is #226B3D. Grayscale: #AEAEAE. Windows color (decimal): -2255678 or 12752093. OLE color: 12752093.
HSL color Cylindrical-coordinate representation of color #DD94C2: hue angle of 322.19º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD94C2 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 194 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.13 |
| HSL | 322.19º | 0.52% | 0.72% | - |
| HSV(B) | 322.19º | 0.33% | 0.87% | - |
| XYZ | 50.15 | 40.45 | 56.2 | - |
| YUV | 175.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 194 | 0 | 0.33 | 0.12 | 0.13 | 322.19 | 0.52 | 0.72 |
| Hex | DD | 94 | C2 | 0 | 21 | C | D | 142 | 34 | 48 |
| Octal | 335 | 224 | 302 | 0 | 41 | 14 | 15 | 502 | 64 | 110 |
| Binary | 11011101 | 10010100 | 11000010 | 0 | 100001 | 1100 | 1101 | 101000010 | 110100 | 1001000 |
Color Harmonies of #DD94C2
Complementary color
Monochromatic Colors of #DD94C2
Black with #DD94C2
Text Example
Text Example
White with #DD94C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD94C2; }
p { color: rgb(221,148,194); }
H1.HeaderClassName
{
color: #DD94C2;
}
.AnyTagClassName
{
color: #DD94C2;
}
</style>
background-color css
<style>
a { background-color: #DD94C2; }
a { background-color: rgb(221,148,194); }
div.DivClassName
{
background-color: #DD94C2;
}
.BgClassName
{
background-color: #DD94C2;
}
</style>
border-color css
<style>
span { border-color: #DD94C2; }
span { border-color: rgb(221,148,194); }
td.TdClassName
{
border-color: #DD94C2;
}
.TagClassName
{
border-color: #DD94C2;
}
</style>