Shades of Kobi #DD96A8
Tints of Kobi #DD96A8
RGB
CMYK
RGB Variations
Color information
#DD96A8 (or 0xDD96A8) is known color: Kobi. HEX triplet: DD, 96 and A8. RGB value is (221,150,168). Sum of RGB (Red+Green+Blue) = 221+150+168=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD96A8 is #226957. Grayscale: #ADADAD. Windows color (decimal): -2255192 or 11048669. OLE color: 11048669.
HSL color Cylindrical-coordinate representation of color #DD96A8: hue angle of 344.79º 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 #DD96A8 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 168 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.13 |
| HSL | 344.79º | 0.51% | 0.73% | - |
| HSV(B) | 344.79º | 0.32% | 0.87% | - |
| XYZ | 47.79 | 40.01 | 42.25 | - |
| YUV | 173.28 | 125.02 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 168 | 0 | 0.32 | 0.24 | 0.13 | 344.79 | 0.51 | 0.73 |
| Hex | DD | 96 | A8 | 0 | 20 | 18 | D | 159 | 33 | 49 |
| Octal | 335 | 226 | 250 | 0 | 40 | 30 | 15 | 531 | 63 | 111 |
| Binary | 11011101 | 10010110 | 10101000 | 0 | 100000 | 11000 | 1101 | 101011001 | 110011 | 1001001 |
Color Harmonies of #DD96A8
Complementary color
Monochromatic Colors of #DD96A8
Black with #DD96A8
Text Example
Text Example
White with #DD96A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96A8; }
p { color: rgb(221,150,168); }
H1.HeaderClassName
{
color: #DD96A8;
}
.AnyTagClassName
{
color: #DD96A8;
}
</style>
background-color css
<style>
a { background-color: #DD96A8; }
a { background-color: rgb(221,150,168); }
div.DivClassName
{
background-color: #DD96A8;
}
.BgClassName
{
background-color: #DD96A8;
}
</style>
border-color css
<style>
span { border-color: #DD96A8; }
span { border-color: rgb(221,150,168); }
td.TdClassName
{
border-color: #DD96A8;
}
.TagClassName
{
border-color: #DD96A8;
}
</style>