Shades of Kobi #DD95AB
Tints of Kobi #DD95AB
RGB
CMYK
RGB Variations
Color information
#DD95AB (or 0xDD95AB) is known color: Kobi. HEX triplet: DD, 95 and AB. RGB value is (221,149,171). Sum of RGB (Red+Green+Blue) = 221+149+171=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD95AB is #226A54. Grayscale: #ADADAD. Windows color (decimal): -2255445 or 11245021. OLE color: 11245021.
HSL color Cylindrical-coordinate representation of color #DD95AB: hue angle of 341.67º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD95AB is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 171 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.13 |
| HSL | 341.67º | 0.51% | 0.73% | - |
| HSV(B) | 341.67º | 0.33% | 0.87% | - |
| XYZ | 47.92 | 39.81 | 43.69 | - |
| YUV | 173.04 | 126.85 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 171 | 0 | 0.33 | 0.23 | 0.13 | 341.67 | 0.51 | 0.73 |
| Hex | DD | 95 | AB | 0 | 21 | 17 | D | 156 | 33 | 49 |
| Octal | 335 | 225 | 253 | 0 | 41 | 27 | 15 | 526 | 63 | 111 |
| Binary | 11011101 | 10010101 | 10101011 | 0 | 100001 | 10111 | 1101 | 101010110 | 110011 | 1001001 |
Color Harmonies of #DD95AB
Complementary color
Monochromatic Colors of #DD95AB
Black with #DD95AB
Text Example
Text Example
White with #DD95AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD95AB; }
p { color: rgb(221,149,171); }
H1.HeaderClassName
{
color: #DD95AB;
}
.AnyTagClassName
{
color: #DD95AB;
}
</style>
background-color css
<style>
a { background-color: #DD95AB; }
a { background-color: rgb(221,149,171); }
div.DivClassName
{
background-color: #DD95AB;
}
.BgClassName
{
background-color: #DD95AB;
}
</style>
border-color css
<style>
span { border-color: #DD95AB; }
span { border-color: rgb(221,149,171); }
td.TdClassName
{
border-color: #DD95AB;
}
.TagClassName
{
border-color: #DD95AB;
}
</style>