Shades of Kobi #DD91B3
Tints of Kobi #DD91B3
RGB
CMYK
RGB Variations
Color information
#DD91B3 (or 0xDD91B3) is known color: Kobi. HEX triplet: DD, 91 and B3. RGB value is (221,145,179). Sum of RGB (Red+Green+Blue) = 221+145+179=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91B3 is #226E4C. Grayscale: #ABABAB. Windows color (decimal): -2256461 or 11768285. OLE color: 11768285.
HSL color Cylindrical-coordinate representation of color #DD91B3: hue angle of 333.16º 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 #DD91B3 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 179 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.13 |
| HSL | 333.16º | 0.53% | 0.72% | - |
| HSV(B) | 333.16º | 0.34% | 0.87% | - |
| XYZ | 48.08 | 38.88 | 47.62 | - |
| YUV | 171.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 179 | 0 | 0.34 | 0.19 | 0.13 | 333.16 | 0.53 | 0.72 |
| Hex | DD | 91 | B3 | 0 | 22 | 13 | D | 14D | 35 | 48 |
| Octal | 335 | 221 | 263 | 0 | 42 | 23 | 15 | 515 | 65 | 110 |
| Binary | 11011101 | 10010001 | 10110011 | 0 | 100010 | 10011 | 1101 | 101001101 | 110101 | 1001000 |
Color Harmonies of #DD91B3
Complementary color
Monochromatic Colors of #DD91B3
Black with #DD91B3
Text Example
Text Example
White with #DD91B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD91B3; }
p { color: rgb(221,145,179); }
H1.HeaderClassName
{
color: #DD91B3;
}
.AnyTagClassName
{
color: #DD91B3;
}
</style>
background-color css
<style>
a { background-color: #DD91B3; }
a { background-color: rgb(221,145,179); }
div.DivClassName
{
background-color: #DD91B3;
}
.BgClassName
{
background-color: #DD91B3;
}
</style>
border-color css
<style>
span { border-color: #DD91B3; }
span { border-color: rgb(221,145,179); }
td.TdClassName
{
border-color: #DD91B3;
}
.TagClassName
{
border-color: #DD91B3;
}
</style>