Shades of Shocking #DD93CA
Tints of Shocking #DD93CA
RGB
CMYK
RGB Variations
Color information
#DD93CA (or 0xDD93CA) is known color: Shocking. HEX triplet: DD, 93 and CA. RGB value is (221,147,202). Sum of RGB (Red+Green+Blue) = 221+147+202=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD93CA is #226C35. Grayscale: #AFAFAF. Windows color (decimal): -2255926 or 13276125. OLE color: 13276125.
HSL color Cylindrical-coordinate representation of color #DD93CA: hue angle of 315.41º 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 #DD93CA is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 202 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.13 |
| HSL | 315.41º | 0.52% | 0.72% | - |
| HSV(B) | 315.41º | 0.33% | 0.87% | - |
| XYZ | 50.91 | 40.5 | 61.01 | - |
| YUV | 175.4 | 143.02 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 202 | 0 | 0.33 | 0.09 | 0.13 | 315.41 | 0.52 | 0.72 |
| Hex | DD | 93 | CA | 0 | 21 | 9 | D | 13B | 34 | 48 |
| Octal | 335 | 223 | 312 | 0 | 41 | 11 | 15 | 473 | 64 | 110 |
| Binary | 11011101 | 10010011 | 11001010 | 0 | 100001 | 1001 | 1101 | 100111011 | 110100 | 1001000 |
Color Harmonies of #DD93CA
Complementary color
Monochromatic Colors of #DD93CA
Black with #DD93CA
Text Example
Text Example
White with #DD93CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD93CA; }
p { color: rgb(221,147,202); }
H1.HeaderClassName
{
color: #DD93CA;
}
.AnyTagClassName
{
color: #DD93CA;
}
</style>
background-color css
<style>
a { background-color: #DD93CA; }
a { background-color: rgb(221,147,202); }
div.DivClassName
{
background-color: #DD93CA;
}
.BgClassName
{
background-color: #DD93CA;
}
</style>
border-color css
<style>
span { border-color: #DD93CA; }
span { border-color: rgb(221,147,202); }
td.TdClassName
{
border-color: #DD93CA;
}
.TagClassName
{
border-color: #DD93CA;
}
</style>