Shades of Kobi #DD8EA1
Tints of Kobi #DD8EA1
RGB
CMYK
RGB Variations
Color information
#DD8EA1 (or 0xDD8EA1) is known color: Kobi. HEX triplet: DD, 8E and A1. RGB value is (221,142,161). Sum of RGB (Red+Green+Blue) = 221+142+161=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 161 (63.28% from 255 or 30.73% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8EA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8EA1 is #22715E. Grayscale: #A7A7A7. Windows color (decimal): -2257247 or 10587869. OLE color: 10587869.
HSL color Cylindrical-coordinate representation of color #DD8EA1: hue angle of 345.57º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD8EA1 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 142 | 161 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.13 |
| HSL | 345.57º | 0.54% | 0.71% | - |
| HSV(B) | 345.57º | 0.36% | 0.87% | - |
| XYZ | 45.92 | 37.29 | 38.5 | - |
| YUV | 167.79 | 124.17 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 142 | 161 | 0 | 0.36 | 0.27 | 0.13 | 345.57 | 0.54 | 0.71 |
| Hex | DD | 8E | A1 | 0 | 24 | 1B | D | 15A | 36 | 47 |
| Octal | 335 | 216 | 241 | 0 | 44 | 33 | 15 | 532 | 66 | 107 |
| Binary | 11011101 | 10001110 | 10100001 | 0 | 100100 | 11011 | 1101 | 101011010 | 110110 | 1000111 |
Color Harmonies of #DD8EA1
Complementary color
Monochromatic Colors of #DD8EA1
Black with #DD8EA1
Text Example
Text Example
White with #DD8EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8EA1; }
p { color: rgb(221,142,161); }
H1.HeaderClassName
{
color: #DD8EA1;
}
.AnyTagClassName
{
color: #DD8EA1;
}
</style>
background-color css
<style>
a { background-color: #DD8EA1; }
a { background-color: rgb(221,142,161); }
div.DivClassName
{
background-color: #DD8EA1;
}
.BgClassName
{
background-color: #DD8EA1;
}
</style>
border-color css
<style>
span { border-color: #DD8EA1; }
span { border-color: rgb(221,142,161); }
td.TdClassName
{
border-color: #DD8EA1;
}
.TagClassName
{
border-color: #DD8EA1;
}
</style>