Shades of Shocking #DD95C6
Tints of Shocking #DD95C6
RGB
CMYK
RGB Variations
Color information
#DD95C6 (or 0xDD95C6) is known color: Shocking. HEX triplet: DD, 95 and C6. RGB value is (221,149,198). Sum of RGB (Red+Green+Blue) = 221+149+198=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD95C6 is #226A39. Grayscale: #AFAFAF. Windows color (decimal): -2255418 or 13014493. OLE color: 13014493.
HSL color Cylindrical-coordinate representation of color #DD95C6: hue angle of 319.17º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD95C6 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 198 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.13 |
| HSL | 319.17º | 0.51% | 0.73% | - |
| HSV(B) | 319.17º | 0.33% | 0.87% | - |
| XYZ | 50.76 | 40.94 | 58.65 | - |
| YUV | 176.11 | 140.35 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 198 | 0 | 0.33 | 0.10 | 0.13 | 319.17 | 0.51 | 0.73 |
| Hex | DD | 95 | C6 | 0 | 21 | A | D | 13F | 33 | 49 |
| Octal | 335 | 225 | 306 | 0 | 41 | 12 | 15 | 477 | 63 | 111 |
| Binary | 11011101 | 10010101 | 11000110 | 0 | 100001 | 1010 | 1101 | 100111111 | 110011 | 1001001 |
Color Harmonies of #DD95C6
Complementary color
Monochromatic Colors of #DD95C6
Black with #DD95C6
Text Example
Text Example
White with #DD95C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD95C6; }
p { color: rgb(221,149,198); }
H1.HeaderClassName
{
color: #DD95C6;
}
.AnyTagClassName
{
color: #DD95C6;
}
</style>
background-color css
<style>
a { background-color: #DD95C6; }
a { background-color: rgb(221,149,198); }
div.DivClassName
{
background-color: #DD95C6;
}
.BgClassName
{
background-color: #DD95C6;
}
</style>
border-color css
<style>
span { border-color: #DD95C6; }
span { border-color: rgb(221,149,198); }
td.TdClassName
{
border-color: #DD95C6;
}
.TagClassName
{
border-color: #DD95C6;
}
</style>