Shades of Shocking #DD8BC4
Tints of Shocking #DD8BC4
RGB
CMYK
RGB Variations
Color information
#DD8BC4 (or 0xDD8BC4) is known color: Shocking. HEX triplet: DD, 8B and C4. RGB value is (221,139,196). Sum of RGB (Red+Green+Blue) = 221+139+196=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8BC4 is #22743B. Grayscale: #A9A9A9. Windows color (decimal): -2257980 or 12880861. OLE color: 12880861.
HSL color Cylindrical-coordinate representation of color #DD8BC4: hue angle of 318.29º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD8BC4 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 196 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.13 |
| HSL | 318.29º | 0.55% | 0.71% | - |
| HSV(B) | 318.29º | 0.37% | 0.87% | - |
| XYZ | 49.02 | 37.82 | 56.94 | - |
| YUV | 170.02 | 142.67 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 196 | 0 | 0.37 | 0.11 | 0.13 | 318.29 | 0.55 | 0.71 |
| Hex | DD | 8B | C4 | 0 | 25 | B | D | 13E | 37 | 47 |
| Octal | 335 | 213 | 304 | 0 | 45 | 13 | 15 | 476 | 67 | 107 |
| Binary | 11011101 | 10001011 | 11000100 | 0 | 100101 | 1011 | 1101 | 100111110 | 110111 | 1000111 |
Color Harmonies of #DD8BC4
Complementary color
Monochromatic Colors of #DD8BC4
Black with #DD8BC4
Text Example
Text Example
White with #DD8BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8BC4; }
p { color: rgb(221,139,196); }
H1.HeaderClassName
{
color: #DD8BC4;
}
.AnyTagClassName
{
color: #DD8BC4;
}
</style>
background-color css
<style>
a { background-color: #DD8BC4; }
a { background-color: rgb(221,139,196); }
div.DivClassName
{
background-color: #DD8BC4;
}
.BgClassName
{
background-color: #DD8BC4;
}
</style>
border-color css
<style>
span { border-color: #DD8BC4; }
span { border-color: rgb(221,139,196); }
td.TdClassName
{
border-color: #DD8BC4;
}
.TagClassName
{
border-color: #DD8BC4;
}
</style>