Shades of Kobi #DF96A8
Tints of Kobi #DF96A8
RGB
CMYK
RGB Variations
Color information
#DF96A8 (or 0xDF96A8) is known color: Kobi. HEX triplet: DF, 96 and A8. RGB value is (223,150,168). Sum of RGB (Red+Green+Blue) = 223+150+168=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF96A8 is #206957. Grayscale: #ADADAD. Windows color (decimal): -2124120 or 11048671. OLE color: 11048671.
HSL color Cylindrical-coordinate representation of color #DF96A8: hue angle of 345.21º degrees, saturation: 0.53, 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 #DF96A8 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 168 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.13 |
| HSL | 345.21º | 0.53% | 0.73% | - |
| HSV(B) | 345.21º | 0.33% | 0.87% | - |
| XYZ | 48.41 | 40.33 | 42.28 | - |
| YUV | 173.88 | 124.68 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 168 | 0 | 0.33 | 0.25 | 0.13 | 345.21 | 0.53 | 0.73 |
| Hex | DF | 96 | A8 | 0 | 21 | 19 | D | 159 | 35 | 49 |
| Octal | 337 | 226 | 250 | 0 | 41 | 31 | 15 | 531 | 65 | 111 |
| Binary | 11011111 | 10010110 | 10101000 | 0 | 100001 | 11001 | 1101 | 101011001 | 110101 | 1001001 |
Color Harmonies of #DF96A8
Complementary color
Monochromatic Colors of #DF96A8
Black with #DF96A8
Text Example
Text Example
White with #DF96A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96A8; }
p { color: rgb(223,150,168); }
H1.HeaderClassName
{
color: #DF96A8;
}
.AnyTagClassName
{
color: #DF96A8;
}
</style>
background-color css
<style>
a { background-color: #DF96A8; }
a { background-color: rgb(223,150,168); }
div.DivClassName
{
background-color: #DF96A8;
}
.BgClassName
{
background-color: #DF96A8;
}
</style>
border-color css
<style>
span { border-color: #DF96A8; }
span { border-color: rgb(223,150,168); }
td.TdClassName
{
border-color: #DF96A8;
}
.TagClassName
{
border-color: #DF96A8;
}
</style>