Shades of Kobi #DD87B2
Tints of Kobi #DD87B2
RGB
CMYK
RGB Variations
Color information
#DD87B2 (or 0xDD87B2) is known color: Kobi. HEX triplet: DD, 87 and B2. RGB value is (221,135,178). Sum of RGB (Red+Green+Blue) = 221+135+178=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD87B2 is #22784D. Grayscale: #A5A5A5. Windows color (decimal): -2259022 or 11700189. OLE color: 11700189.
HSL color Cylindrical-coordinate representation of color #DD87B2: hue angle of 330º 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 #DD87B2 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 178 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.13 |
| HSL | 330º | 0.56% | 0.7% | - |
| HSV(B) | 330º | 0.39% | 0.87% | - |
| XYZ | 46.52 | 35.91 | 46.6 | - |
| YUV | 165.62 | 134.99 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 178 | 0 | 0.39 | 0.19 | 0.13 | 330 | 0.56 | 0.7 |
| Hex | DD | 87 | B2 | 0 | 27 | 13 | D | 14A | 38 | 46 |
| Octal | 335 | 207 | 262 | 0 | 47 | 23 | 15 | 512 | 70 | 106 |
| Binary | 11011101 | 10000111 | 10110010 | 0 | 100111 | 10011 | 1101 | 101001010 | 111000 | 1000110 |
Color Harmonies of #DD87B2
Complementary color
Monochromatic Colors of #DD87B2
Black with #DD87B2
Text Example
Text Example
White with #DD87B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD87B2; }
p { color: rgb(221,135,178); }
H1.HeaderClassName
{
color: #DD87B2;
}
.AnyTagClassName
{
color: #DD87B2;
}
</style>
background-color css
<style>
a { background-color: #DD87B2; }
a { background-color: rgb(221,135,178); }
div.DivClassName
{
background-color: #DD87B2;
}
.BgClassName
{
background-color: #DD87B2;
}
</style>
border-color css
<style>
span { border-color: #DD87B2; }
span { border-color: rgb(221,135,178); }
td.TdClassName
{
border-color: #DD87B2;
}
.TagClassName
{
border-color: #DD87B2;
}
</style>