Shades of Kobi #DD8AB0
Tints of Kobi #DD8AB0
RGB
CMYK
RGB Variations
Color information
#DD8AB0 (or 0xDD8AB0) is known color: Kobi. HEX triplet: DD, 8A and B0. RGB value is (221,138,176). Sum of RGB (Red+Green+Blue) = 221+138+176=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8AB0 is #22754F. Grayscale: #A7A7A7. Windows color (decimal): -2258256 or 11569885. OLE color: 11569885.
HSL color Cylindrical-coordinate representation of color #DD8AB0: hue angle of 332.53º 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 #DD8AB0 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 176 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.13 |
| HSL | 332.53º | 0.55% | 0.7% | - |
| HSV(B) | 332.53º | 0.38% | 0.87% | - |
| XYZ | 46.74 | 36.68 | 45.69 | - |
| YUV | 167.15 | 133 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 176 | 0 | 0.38 | 0.20 | 0.13 | 332.53 | 0.55 | 0.7 |
| Hex | DD | 8A | B0 | 0 | 26 | 14 | D | 14D | 37 | 46 |
| Octal | 335 | 212 | 260 | 0 | 46 | 24 | 15 | 515 | 67 | 106 |
| Binary | 11011101 | 10001010 | 10110000 | 0 | 100110 | 10100 | 1101 | 101001101 | 110111 | 1000110 |
Color Harmonies of #DD8AB0
Complementary color
Monochromatic Colors of #DD8AB0
Black with #DD8AB0
Text Example
Text Example
White with #DD8AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8AB0; }
p { color: rgb(221,138,176); }
H1.HeaderClassName
{
color: #DD8AB0;
}
.AnyTagClassName
{
color: #DD8AB0;
}
</style>
background-color css
<style>
a { background-color: #DD8AB0; }
a { background-color: rgb(221,138,176); }
div.DivClassName
{
background-color: #DD8AB0;
}
.BgClassName
{
background-color: #DD8AB0;
}
</style>
border-color css
<style>
span { border-color: #DD8AB0; }
span { border-color: rgb(221,138,176); }
td.TdClassName
{
border-color: #DD8AB0;
}
.TagClassName
{
border-color: #DD8AB0;
}
</style>