Shades of Kobi #DF96B4
Tints of Kobi #DF96B4
RGB
CMYK
RGB Variations
Color information
#DF96B4 (or 0xDF96B4) is known color: Kobi. HEX triplet: DF, 96 and B4. RGB value is (223,150,180). Sum of RGB (Red+Green+Blue) = 223+150+180=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96B4 is #20694B. Grayscale: #AFAFAF. Windows color (decimal): -2124108 or 11835103. OLE color: 11835103.
HSL color Cylindrical-coordinate representation of color #DF96B4: hue angle of 335.34º 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 #DF96B4 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 180 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.13 |
| HSL | 335.34º | 0.53% | 0.73% | - |
| HSV(B) | 335.34º | 0.33% | 0.87% | - |
| XYZ | 49.58 | 40.8 | 48.44 | - |
| YUV | 175.25 | 130.68 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 180 | 0 | 0.33 | 0.19 | 0.13 | 335.34 | 0.53 | 0.73 |
| Hex | DF | 96 | B4 | 0 | 21 | 13 | D | 14F | 35 | 49 |
| Octal | 337 | 226 | 264 | 0 | 41 | 23 | 15 | 517 | 65 | 111 |
| Binary | 11011111 | 10010110 | 10110100 | 0 | 100001 | 10011 | 1101 | 101001111 | 110101 | 1001001 |
Color Harmonies of #DF96B4
Complementary color
Monochromatic Colors of #DF96B4
Black with #DF96B4
Text Example
Text Example
White with #DF96B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96B4; }
p { color: rgb(223,150,180); }
H1.HeaderClassName
{
color: #DF96B4;
}
.AnyTagClassName
{
color: #DF96B4;
}
</style>
background-color css
<style>
a { background-color: #DF96B4; }
a { background-color: rgb(223,150,180); }
div.DivClassName
{
background-color: #DF96B4;
}
.BgClassName
{
background-color: #DF96B4;
}
</style>
border-color css
<style>
span { border-color: #DF96B4; }
span { border-color: rgb(223,150,180); }
td.TdClassName
{
border-color: #DF96B4;
}
.TagClassName
{
border-color: #DF96B4;
}
</style>