Shades of Kobi #DF92AF
Tints of Kobi #DF92AF
RGB
CMYK
RGB Variations
Color information
#DF92AF (or 0xDF92AF) is known color: Kobi. HEX triplet: DF, 92 and AF. RGB value is (223,146,175). Sum of RGB (Red+Green+Blue) = 223+146+175=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF92AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF92AF is #206D50. Grayscale: #ACACAC. Windows color (decimal): -2125137 or 11506399. OLE color: 11506399.
HSL color Cylindrical-coordinate representation of color #DF92AF: hue angle of 337.4º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF92AF is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 175 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.13 |
| HSL | 337.4º | 0.55% | 0.72% | - |
| HSV(B) | 337.4º | 0.35% | 0.87% | - |
| XYZ | 48.45 | 39.34 | 45.6 | - |
| YUV | 172.33 | 129.51 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 175 | 0 | 0.35 | 0.22 | 0.13 | 337.4 | 0.55 | 0.72 |
| Hex | DF | 92 | AF | 0 | 23 | 16 | D | 151 | 37 | 48 |
| Octal | 337 | 222 | 257 | 0 | 43 | 26 | 15 | 521 | 67 | 110 |
| Binary | 11011111 | 10010010 | 10101111 | 0 | 100011 | 10110 | 1101 | 101010001 | 110111 | 1001000 |
Color Harmonies of #DF92AF
Complementary color
Monochromatic Colors of #DF92AF
Black with #DF92AF
Text Example
Text Example
White with #DF92AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF92AF; }
p { color: rgb(223,146,175); }
H1.HeaderClassName
{
color: #DF92AF;
}
.AnyTagClassName
{
color: #DF92AF;
}
</style>
background-color css
<style>
a { background-color: #DF92AF; }
a { background-color: rgb(223,146,175); }
div.DivClassName
{
background-color: #DF92AF;
}
.BgClassName
{
background-color: #DF92AF;
}
</style>
border-color css
<style>
span { border-color: #DF92AF; }
span { border-color: rgb(223,146,175); }
td.TdClassName
{
border-color: #DF92AF;
}
.TagClassName
{
border-color: #DF92AF;
}
</style>