Shades of Kobi #DF96A3
Tints of Kobi #DF96A3
RGB
CMYK
RGB Variations
Color information
#DF96A3 (or 0xDF96A3) is known color: Kobi. HEX triplet: DF, 96 and A3. RGB value is (223,150,163). Sum of RGB (Red+Green+Blue) = 223+150+163=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 163 (64.06% from 255 or 30.41% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF96A3 is #20695C. Grayscale: #ADADAD. Windows color (decimal): -2124125 or 10720991. OLE color: 10720991.
HSL color Cylindrical-coordinate representation of color #DF96A3: hue angle of 349.32º 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 #DF96A3 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 163 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.13 |
| HSL | 349.32º | 0.53% | 0.73% | - |
| HSV(B) | 349.32º | 0.33% | 0.87% | - |
| XYZ | 47.95 | 40.15 | 39.87 | - |
| YUV | 173.31 | 122.18 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 163 | 0 | 0.33 | 0.27 | 0.13 | 349.32 | 0.53 | 0.73 |
| Hex | DF | 96 | A3 | 0 | 21 | 1B | D | 15D | 35 | 49 |
| Octal | 337 | 226 | 243 | 0 | 41 | 33 | 15 | 535 | 65 | 111 |
| Binary | 11011111 | 10010110 | 10100011 | 0 | 100001 | 11011 | 1101 | 101011101 | 110101 | 1001001 |
Color Harmonies of #DF96A3
Complementary color
Monochromatic Colors of #DF96A3
Black with #DF96A3
Text Example
Text Example
White with #DF96A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96A3; }
p { color: rgb(223,150,163); }
H1.HeaderClassName
{
color: #DF96A3;
}
.AnyTagClassName
{
color: #DF96A3;
}
</style>
background-color css
<style>
a { background-color: #DF96A3; }
a { background-color: rgb(223,150,163); }
div.DivClassName
{
background-color: #DF96A3;
}
.BgClassName
{
background-color: #DF96A3;
}
</style>
border-color css
<style>
span { border-color: #DF96A3; }
span { border-color: rgb(223,150,163); }
td.TdClassName
{
border-color: #DF96A3;
}
.TagClassName
{
border-color: #DF96A3;
}
</style>