Shades of Shocking #DD95C3
Tints of Shocking #DD95C3
RGB
CMYK
RGB Variations
Color information
#DD95C3 (or 0xDD95C3) is known color: Shocking. HEX triplet: DD, 95 and C3. RGB value is (221,149,195). Sum of RGB (Red+Green+Blue) = 221+149+195=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD95C3 is #226A3C. Grayscale: #AFAFAF. Windows color (decimal): -2255421 or 12817885. OLE color: 12817885.
HSL color Cylindrical-coordinate representation of color #DD95C3: hue angle of 321.67º 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 #DD95C3 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 195 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.13 |
| HSL | 321.67º | 0.51% | 0.73% | - |
| HSV(B) | 321.67º | 0.33% | 0.87% | - |
| XYZ | 50.42 | 40.81 | 56.85 | - |
| YUV | 175.77 | 138.85 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 195 | 0 | 0.33 | 0.12 | 0.13 | 321.67 | 0.51 | 0.73 |
| Hex | DD | 95 | C3 | 0 | 21 | C | D | 142 | 33 | 49 |
| Octal | 335 | 225 | 303 | 0 | 41 | 14 | 15 | 502 | 63 | 111 |
| Binary | 11011101 | 10010101 | 11000011 | 0 | 100001 | 1100 | 1101 | 101000010 | 110011 | 1001001 |
Color Harmonies of #DD95C3
Complementary color
Monochromatic Colors of #DD95C3
Black with #DD95C3
Text Example
Text Example
White with #DD95C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD95C3; }
p { color: rgb(221,149,195); }
H1.HeaderClassName
{
color: #DD95C3;
}
.AnyTagClassName
{
color: #DD95C3;
}
</style>
background-color css
<style>
a { background-color: #DD95C3; }
a { background-color: rgb(221,149,195); }
div.DivClassName
{
background-color: #DD95C3;
}
.BgClassName
{
background-color: #DD95C3;
}
</style>
border-color css
<style>
span { border-color: #DD95C3; }
span { border-color: rgb(221,149,195); }
td.TdClassName
{
border-color: #DD95C3;
}
.TagClassName
{
border-color: #DD95C3;
}
</style>