Shades of Shocking #DD89B7
Tints of Shocking #DD89B7
RGB
CMYK
RGB Variations
Color information
#DD89B7 (or 0xDD89B7) is known color: Shocking. HEX triplet: DD, 89 and B7. RGB value is (221,137,183). Sum of RGB (Red+Green+Blue) = 221+137+183=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 137 (53.91% from 255 or 25.32% from 541); Blue value is 183 (71.88% from 255 or 33.83% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD89B7 is #227648. Grayscale: #A7A7A7. Windows color (decimal): -2258505 or 12028381. OLE color: 12028381.
HSL color Cylindrical-coordinate representation of color #DD89B7: hue angle of 327.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD89B7 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 137 | 183 | - |
CMYK | 0 | 0.38 | 0.17 | 0.13 |
HSL | 327.14º | 0.55% | 0.7% | - |
HSV(B) | 327.14º | 0.38% | 0.87% | - |
XYZ | 47.31 | 36.68 | 49.39 | - |
YUV | 167.36 | 136.83 | 166.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 137 | 183 | 0 | 0.38 | 0.17 | 0.13 | 327.14 | 0.55 | 0.7 |
Hex | DD | 89 | B7 | 0 | 26 | 11 | D | 147 | 37 | 46 |
Octal | 335 | 211 | 267 | 0 | 46 | 21 | 15 | 507 | 67 | 106 |
Binary | 11011101 | 10001001 | 10110111 | 0 | 100110 | 10001 | 1101 | 101000111 | 110111 | 1000110 |
Color Harmonies of #DD89B7
Complementary color
Monochromatic Colors of #DD89B7
Black with #DD89B7
Text Example
Text Example
White with #DD89B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD89B7; }
p { color: rgb(221,137,183); }
H1.HeaderClassName
{
color: #DD89B7;
}
.AnyTagClassName
{
color: #DD89B7;
}
</style>
background-color css
<style>
a { background-color: #DD89B7; }
a { background-color: rgb(221,137,183); }
div.DivClassName
{
background-color: #DD89B7;
}
.BgClassName
{
background-color: #DD89B7;
}
</style>
border-color css
<style>
span { border-color: #DD89B7; }
span { border-color: rgb(221,137,183); }
td.TdClassName
{
border-color: #DD89B7;
}
.TagClassName
{
border-color: #DD89B7;
}
</style>