Shades of Kobi #DF96AF
Tints of Kobi #DF96AF
RGB
CMYK
RGB Variations
Color information
#DF96AF (or 0xDF96AF) is known color: Kobi. HEX triplet: DF, 96 and AF. RGB value is (223,150,175). Sum of RGB (Red+Green+Blue) = 223+150+175=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF96AF is #206950. Grayscale: #AEAEAE. Windows color (decimal): -2124113 or 11507423. OLE color: 11507423.
HSL color Cylindrical-coordinate representation of color #DF96AF: hue angle of 339.45º 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 #DF96AF is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 175 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.13 |
| HSL | 339.45º | 0.53% | 0.73% | - |
| HSV(B) | 339.45º | 0.33% | 0.87% | - |
| XYZ | 49.08 | 40.6 | 45.81 | - |
| YUV | 174.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 175 | 0 | 0.33 | 0.22 | 0.13 | 339.45 | 0.53 | 0.73 |
| Hex | DF | 96 | AF | 0 | 21 | 16 | D | 153 | 35 | 49 |
| Octal | 337 | 226 | 257 | 0 | 41 | 26 | 15 | 523 | 65 | 111 |
| Binary | 11011111 | 10010110 | 10101111 | 0 | 100001 | 10110 | 1101 | 101010011 | 110101 | 1001001 |
Color Harmonies of #DF96AF
Complementary color
Monochromatic Colors of #DF96AF
Black with #DF96AF
Text Example
Text Example
White with #DF96AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96AF; }
p { color: rgb(223,150,175); }
H1.HeaderClassName
{
color: #DF96AF;
}
.AnyTagClassName
{
color: #DF96AF;
}
</style>
background-color css
<style>
a { background-color: #DF96AF; }
a { background-color: rgb(223,150,175); }
div.DivClassName
{
background-color: #DF96AF;
}
.BgClassName
{
background-color: #DF96AF;
}
</style>
border-color css
<style>
span { border-color: #DF96AF; }
span { border-color: rgb(223,150,175); }
td.TdClassName
{
border-color: #DF96AF;
}
.TagClassName
{
border-color: #DF96AF;
}
</style>