Shades of Kobi #DF92B0
Tints of Kobi #DF92B0
RGB
CMYK
RGB Variations
Color information
#DF92B0 (or 0xDF92B0) is known color: Kobi. HEX triplet: DF, 92 and B0. RGB value is (223,146,176). Sum of RGB (Red+Green+Blue) = 223+146+176=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF92B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF92B0 is #206D4F. Grayscale: #ACACAC. Windows color (decimal): -2125136 or 11571935. OLE color: 11571935.
HSL color Cylindrical-coordinate representation of color #DF92B0: hue angle of 336.62º 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 #DF92B0 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 176 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.13 |
| HSL | 336.62º | 0.55% | 0.72% | - |
| HSV(B) | 336.62º | 0.35% | 0.87% | - |
| XYZ | 48.55 | 39.38 | 46.12 | - |
| YUV | 172.44 | 130.01 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 176 | 0 | 0.35 | 0.21 | 0.13 | 336.62 | 0.55 | 0.72 |
| Hex | DF | 92 | B0 | 0 | 23 | 15 | D | 151 | 37 | 48 |
| Octal | 337 | 222 | 260 | 0 | 43 | 25 | 15 | 521 | 67 | 110 |
| Binary | 11011111 | 10010010 | 10110000 | 0 | 100011 | 10101 | 1101 | 101010001 | 110111 | 1001000 |
Color Harmonies of #DF92B0
Complementary color
Monochromatic Colors of #DF92B0
Black with #DF92B0
Text Example
Text Example
White with #DF92B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF92B0; }
p { color: rgb(223,146,176); }
H1.HeaderClassName
{
color: #DF92B0;
}
.AnyTagClassName
{
color: #DF92B0;
}
</style>
background-color css
<style>
a { background-color: #DF92B0; }
a { background-color: rgb(223,146,176); }
div.DivClassName
{
background-color: #DF92B0;
}
.BgClassName
{
background-color: #DF92B0;
}
</style>
border-color css
<style>
span { border-color: #DF92B0; }
span { border-color: rgb(223,146,176); }
td.TdClassName
{
border-color: #DF92B0;
}
.TagClassName
{
border-color: #DF92B0;
}
</style>