Shades of Kobi #DF92B1
Tints of Kobi #DF92B1
RGB
CMYK
RGB Variations
Color information
#DF92B1 (or 0xDF92B1) is known color: Kobi. HEX triplet: DF, 92 and B1. RGB value is (223,146,177). Sum of RGB (Red+Green+Blue) = 223+146+177=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DF92B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF92B1 is #206D4E. Grayscale: #ACACAC. Windows color (decimal): -2125135 or 11637471. OLE color: 11637471.
HSL color Cylindrical-coordinate representation of color #DF92B1: hue angle of 335.84º 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 #DF92B1 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 177 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.13 |
| HSL | 335.84º | 0.55% | 0.72% | - |
| HSV(B) | 335.84º | 0.35% | 0.87% | - |
| XYZ | 48.65 | 39.42 | 46.64 | - |
| YUV | 172.56 | 130.51 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 177 | 0 | 0.35 | 0.21 | 0.13 | 335.84 | 0.55 | 0.72 |
| Hex | DF | 92 | B1 | 0 | 23 | 15 | D | 150 | 37 | 48 |
| Octal | 337 | 222 | 261 | 0 | 43 | 25 | 15 | 520 | 67 | 110 |
| Binary | 11011111 | 10010010 | 10110001 | 0 | 100011 | 10101 | 1101 | 101010000 | 110111 | 1001000 |
Color Harmonies of #DF92B1
Complementary color
Monochromatic Colors of #DF92B1
Black with #DF92B1
Text Example
Text Example
White with #DF92B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF92B1; }
p { color: rgb(223,146,177); }
H1.HeaderClassName
{
color: #DF92B1;
}
.AnyTagClassName
{
color: #DF92B1;
}
</style>
background-color css
<style>
a { background-color: #DF92B1; }
a { background-color: rgb(223,146,177); }
div.DivClassName
{
background-color: #DF92B1;
}
.BgClassName
{
background-color: #DF92B1;
}
</style>
border-color css
<style>
span { border-color: #DF92B1; }
span { border-color: rgb(223,146,177); }
td.TdClassName
{
border-color: #DF92B1;
}
.TagClassName
{
border-color: #DF92B1;
}
</style>