Shades of Kobi #DD96B0
Tints of Kobi #DD96B0
RGB
CMYK
RGB Variations
Color information
#DD96B0 (or 0xDD96B0) is known color: Kobi. HEX triplet: DD, 96 and B0. RGB value is (221,150,176). Sum of RGB (Red+Green+Blue) = 221+150+176=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD96B0 is #22694F. Grayscale: #AEAEAE. Windows color (decimal): -2255184 or 11572957. OLE color: 11572957.
HSL color Cylindrical-coordinate representation of color #DD96B0: hue angle of 338.03º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD96B0 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 176 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.13 |
| HSL | 338.03º | 0.51% | 0.73% | - |
| HSV(B) | 338.03º | 0.32% | 0.87% | - |
| XYZ | 48.56 | 40.32 | 46.3 | - |
| YUV | 174.19 | 129.02 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 176 | 0 | 0.32 | 0.20 | 0.13 | 338.03 | 0.51 | 0.73 |
| Hex | DD | 96 | B0 | 0 | 20 | 14 | D | 152 | 33 | 49 |
| Octal | 335 | 226 | 260 | 0 | 40 | 24 | 15 | 522 | 63 | 111 |
| Binary | 11011101 | 10010110 | 10110000 | 0 | 100000 | 10100 | 1101 | 101010010 | 110011 | 1001001 |
Color Harmonies of #DD96B0
Complementary color
Monochromatic Colors of #DD96B0
Black with #DD96B0
Text Example
Text Example
White with #DD96B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96B0; }
p { color: rgb(221,150,176); }
H1.HeaderClassName
{
color: #DD96B0;
}
.AnyTagClassName
{
color: #DD96B0;
}
</style>
background-color css
<style>
a { background-color: #DD96B0; }
a { background-color: rgb(221,150,176); }
div.DivClassName
{
background-color: #DD96B0;
}
.BgClassName
{
background-color: #DD96B0;
}
</style>
border-color css
<style>
span { border-color: #DD96B0; }
span { border-color: rgb(221,150,176); }
td.TdClassName
{
border-color: #DD96B0;
}
.TagClassName
{
border-color: #DD96B0;
}
</style>