Shades of Kobi #DF92B4
Tints of Kobi #DF92B4
RGB
CMYK
RGB Variations
Color information
#DF92B4 (or 0xDF92B4) is known color: Kobi. HEX triplet: DF, 92 and B4. RGB value is (223,146,180). Sum of RGB (Red+Green+Blue) = 223+146+180=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 146 (57.42% from 255 or 26.59% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DF92B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF92B4 is #206D4B. Grayscale: #ACACAC. Windows color (decimal): -2125132 or 11834079. OLE color: 11834079.
HSL color Cylindrical-coordinate representation of color #DF92B4: hue angle of 333.51º 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 #DF92B4 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 180 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.13 |
| HSL | 333.51º | 0.55% | 0.72% | - |
| HSV(B) | 333.51º | 0.35% | 0.87% | - |
| XYZ | 48.95 | 39.54 | 48.23 | - |
| YUV | 172.9 | 132.01 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 180 | 0 | 0.35 | 0.19 | 0.13 | 333.51 | 0.55 | 0.72 |
| Hex | DF | 92 | B4 | 0 | 23 | 13 | D | 14E | 37 | 48 |
| Octal | 337 | 222 | 264 | 0 | 43 | 23 | 15 | 516 | 67 | 110 |
| Binary | 11011111 | 10010010 | 10110100 | 0 | 100011 | 10011 | 1101 | 101001110 | 110111 | 1001000 |
Color Harmonies of #DF92B4
Complementary color
Monochromatic Colors of #DF92B4
Black with #DF92B4
Text Example
Text Example
White with #DF92B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF92B4; }
p { color: rgb(223,146,180); }
H1.HeaderClassName
{
color: #DF92B4;
}
.AnyTagClassName
{
color: #DF92B4;
}
</style>
background-color css
<style>
a { background-color: #DF92B4; }
a { background-color: rgb(223,146,180); }
div.DivClassName
{
background-color: #DF92B4;
}
.BgClassName
{
background-color: #DF92B4;
}
</style>
border-color css
<style>
span { border-color: #DF92B4; }
span { border-color: rgb(223,146,180); }
td.TdClassName
{
border-color: #DF92B4;
}
.TagClassName
{
border-color: #DF92B4;
}
</style>