Shades of Kobi #DD91AD
Tints of Kobi #DD91AD
RGB
CMYK
RGB Variations
Color information
#DD91AD (or 0xDD91AD) is known color: Kobi. HEX triplet: DD, 91 and AD. RGB value is (221,145,173). Sum of RGB (Red+Green+Blue) = 221+145+173=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD91AD is #226E52. Grayscale: #AAAAAA. Windows color (decimal): -2256467 or 11375069. OLE color: 11375069.
HSL color Cylindrical-coordinate representation of color #DD91AD: hue angle of 337.89º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD91AD is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 173 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.13 |
| HSL | 337.89º | 0.53% | 0.72% | - |
| HSV(B) | 337.89º | 0.34% | 0.87% | - |
| XYZ | 47.49 | 38.64 | 44.49 | - |
| YUV | 170.92 | 129.18 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 173 | 0 | 0.34 | 0.22 | 0.13 | 337.89 | 0.53 | 0.72 |
| Hex | DD | 91 | AD | 0 | 22 | 16 | D | 152 | 35 | 48 |
| Octal | 335 | 221 | 255 | 0 | 42 | 26 | 15 | 522 | 65 | 110 |
| Binary | 11011101 | 10010001 | 10101101 | 0 | 100010 | 10110 | 1101 | 101010010 | 110101 | 1001000 |
Color Harmonies of #DD91AD
Complementary color
Monochromatic Colors of #DD91AD
Black with #DD91AD
Text Example
Text Example
White with #DD91AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD91AD; }
p { color: rgb(221,145,173); }
H1.HeaderClassName
{
color: #DD91AD;
}
.AnyTagClassName
{
color: #DD91AD;
}
</style>
background-color css
<style>
a { background-color: #DD91AD; }
a { background-color: rgb(221,145,173); }
div.DivClassName
{
background-color: #DD91AD;
}
.BgClassName
{
background-color: #DD91AD;
}
</style>
border-color css
<style>
span { border-color: #DD91AD; }
span { border-color: rgb(221,145,173); }
td.TdClassName
{
border-color: #DD91AD;
}
.TagClassName
{
border-color: #DD91AD;
}
</style>