Shades of Kobi #DD87AB
Tints of Kobi #DD87AB
RGB
CMYK
RGB Variations
Color information
#DD87AB (or 0xDD87AB) is known color: Kobi. HEX triplet: DD, 87 and AB. RGB value is (221,135,171). Sum of RGB (Red+Green+Blue) = 221+135+171=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD87AB is #227854. Grayscale: #A4A4A4. Windows color (decimal): -2259029 or 11241437. OLE color: 11241437.
HSL color Cylindrical-coordinate representation of color #DD87AB: hue angle of 334.88º 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 #DD87AB is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 171 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.13 |
| HSL | 334.88º | 0.56% | 0.7% | - |
| HSV(B) | 334.88º | 0.39% | 0.87% | - |
| XYZ | 45.83 | 35.64 | 42.99 | - |
| YUV | 164.82 | 131.49 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 171 | 0 | 0.39 | 0.23 | 0.13 | 334.88 | 0.56 | 0.7 |
| Hex | DD | 87 | AB | 0 | 27 | 17 | D | 14F | 38 | 46 |
| Octal | 335 | 207 | 253 | 0 | 47 | 27 | 15 | 517 | 70 | 106 |
| Binary | 11011101 | 10000111 | 10101011 | 0 | 100111 | 10111 | 1101 | 101001111 | 111000 | 1000110 |
Color Harmonies of #DD87AB
Complementary color
Monochromatic Colors of #DD87AB
Black with #DD87AB
Text Example
Text Example
White with #DD87AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD87AB; }
p { color: rgb(221,135,171); }
H1.HeaderClassName
{
color: #DD87AB;
}
.AnyTagClassName
{
color: #DD87AB;
}
</style>
background-color css
<style>
a { background-color: #DD87AB; }
a { background-color: rgb(221,135,171); }
div.DivClassName
{
background-color: #DD87AB;
}
.BgClassName
{
background-color: #DD87AB;
}
</style>
border-color css
<style>
span { border-color: #DD87AB; }
span { border-color: rgb(221,135,171); }
td.TdClassName
{
border-color: #DD87AB;
}
.TagClassName
{
border-color: #DD87AB;
}
</style>