Shades of Kobi #DD87AA
Tints of Kobi #DD87AA
RGB
CMYK
RGB Variations
Color information
#DD87AA (or 0xDD87AA) is known color: Kobi. HEX triplet: DD, 87 and AA. RGB value is (221,135,170). Sum of RGB (Red+Green+Blue) = 221+135+170=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 135 (53.12% from 255 or 25.67% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD87AA is #227855. Grayscale: #A4A4A4. Windows color (decimal): -2259030 or 11175901. OLE color: 11175901.
HSL color Cylindrical-coordinate representation of color #DD87AA: hue angle of 335.58º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD87AA is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 170 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.13 |
| HSL | 335.58º | 0.56% | 0.7% | - |
| HSV(B) | 335.58º | 0.39% | 0.87% | - |
| XYZ | 45.74 | 35.6 | 42.49 | - |
| YUV | 164.7 | 130.99 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 170 | 0 | 0.39 | 0.23 | 0.13 | 335.58 | 0.56 | 0.7 |
| Hex | DD | 87 | AA | 0 | 27 | 17 | D | 150 | 38 | 46 |
| Octal | 335 | 207 | 252 | 0 | 47 | 27 | 15 | 520 | 70 | 106 |
| Binary | 11011101 | 10000111 | 10101010 | 0 | 100111 | 10111 | 1101 | 101010000 | 111000 | 1000110 |
Color Harmonies of #DD87AA
Complementary color
Monochromatic Colors of #DD87AA
Black with #DD87AA
Text Example
Text Example
White with #DD87AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD87AA; }
p { color: rgb(221,135,170); }
H1.HeaderClassName
{
color: #DD87AA;
}
.AnyTagClassName
{
color: #DD87AA;
}
</style>
background-color css
<style>
a { background-color: #DD87AA; }
a { background-color: rgb(221,135,170); }
div.DivClassName
{
background-color: #DD87AA;
}
.BgClassName
{
background-color: #DD87AA;
}
</style>
border-color css
<style>
span { border-color: #DD87AA; }
span { border-color: rgb(221,135,170); }
td.TdClassName
{
border-color: #DD87AA;
}
.TagClassName
{
border-color: #DD87AA;
}
</style>