Shades of Shocking #DD9ECA
Tints of Shocking #DD9ECA
RGB
CMYK
RGB Variations
Color information
#DD9ECA (or 0xDD9ECA) is known color: Shocking. HEX triplet: DD, 9E and CA. RGB value is (221,158,202). Sum of RGB (Red+Green+Blue) = 221+158+202=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9ECA is #226135. Grayscale: #B5B5B5. Windows color (decimal): -2253110 or 13278941. OLE color: 13278941.
HSL color Cylindrical-coordinate representation of color #DD9ECA: hue angle of 318.1º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9ECA is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 158 | 202 | - |
CMYK | 0 | 0.29 | 0.09 | 0.13 |
HSL | 318.1º | 0.48% | 0.74% | - |
HSV(B) | 318.1º | 0.29% | 0.87% | - |
XYZ | 52.71 | 44.09 | 61.61 | - |
YUV | 181.85 | 139.37 | 155.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 158 | 202 | 0 | 0.29 | 0.09 | 0.13 | 318.1 | 0.48 | 0.74 |
Hex | DD | 9E | CA | 0 | 1D | 9 | D | 13E | 30 | 4A |
Octal | 335 | 236 | 312 | 0 | 35 | 11 | 15 | 476 | 60 | 112 |
Binary | 11011101 | 10011110 | 11001010 | 0 | 11101 | 1001 | 1101 | 100111110 | 110000 | 1001010 |
Color Harmonies of #DD9ECA
Complementary color
Monochromatic Colors of #DD9ECA
Black with #DD9ECA
Text Example
Text Example
White with #DD9ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9ECA; }
p { color: rgb(221,158,202); }
H1.HeaderClassName
{
color: #DD9ECA;
}
.AnyTagClassName
{
color: #DD9ECA;
}
</style>
background-color css
<style>
a { background-color: #DD9ECA; }
a { background-color: rgb(221,158,202); }
div.DivClassName
{
background-color: #DD9ECA;
}
.BgClassName
{
background-color: #DD9ECA;
}
</style>
border-color css
<style>
span { border-color: #DD9ECA; }
span { border-color: rgb(221,158,202); }
td.TdClassName
{
border-color: #DD9ECA;
}
.TagClassName
{
border-color: #DD9ECA;
}
</style>