Shades of Shocking #DD85BD
Tints of Shocking #DD85BD
RGB
CMYK
RGB Variations
Color information
#DD85BD (or 0xDD85BD) is known color: Shocking. HEX triplet: DD, 85 and BD. RGB value is (221,133,189). Sum of RGB (Red+Green+Blue) = 221+133+189=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85BD is #227A42. Grayscale: #A5A5A5. Windows color (decimal): -2259523 or 12420573. OLE color: 12420573.
HSL color Cylindrical-coordinate representation of color #DD85BD: hue angle of 321.82º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD85BD is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 189 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.13 |
| HSL | 321.82º | 0.56% | 0.69% | - |
| HSV(B) | 321.82º | 0.4% | 0.87% | - |
| XYZ | 47.39 | 35.82 | 52.56 | - |
| YUV | 165.7 | 141.15 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 189 | 0 | 0.40 | 0.14 | 0.13 | 321.82 | 0.56 | 0.69 |
| Hex | DD | 85 | BD | 0 | 28 | E | D | 142 | 38 | 45 |
| Octal | 335 | 205 | 275 | 0 | 50 | 16 | 15 | 502 | 70 | 105 |
| Binary | 11011101 | 10000101 | 10111101 | 0 | 101000 | 1110 | 1101 | 101000010 | 111000 | 1000101 |
Color Harmonies of #DD85BD
Complementary color
Monochromatic Colors of #DD85BD
Black with #DD85BD
Text Example
Text Example
White with #DD85BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD85BD; }
p { color: rgb(221,133,189); }
H1.HeaderClassName
{
color: #DD85BD;
}
.AnyTagClassName
{
color: #DD85BD;
}
</style>
background-color css
<style>
a { background-color: #DD85BD; }
a { background-color: rgb(221,133,189); }
div.DivClassName
{
background-color: #DD85BD;
}
.BgClassName
{
background-color: #DD85BD;
}
</style>
border-color css
<style>
span { border-color: #DD85BD; }
span { border-color: rgb(221,133,189); }
td.TdClassName
{
border-color: #DD85BD;
}
.TagClassName
{
border-color: #DD85BD;
}
</style>