Shades of Kobi #DF92A2
Tints of Kobi #DF92A2
RGB
CMYK
RGB Variations
Color information
#DF92A2 (or 0xDF92A2) is known color: Kobi. HEX triplet: DF, 92 and A2. RGB value is (223,146,162). Sum of RGB (Red+Green+Blue) = 223+146+162=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF92A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF92A2 is #206D5D. Grayscale: #AAAAAA. Windows color (decimal): -2125150 or 10654431. OLE color: 10654431.
HSL color Cylindrical-coordinate representation of color #DF92A2: hue angle of 347.53º 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 #DF92A2 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 162 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.13 |
| HSL | 347.53º | 0.55% | 0.72% | - |
| HSV(B) | 347.53º | 0.35% | 0.87% | - |
| XYZ | 47.23 | 38.85 | 39.19 | - |
| YUV | 170.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 162 | 0 | 0.35 | 0.27 | 0.13 | 347.53 | 0.55 | 0.72 |
| Hex | DF | 92 | A2 | 0 | 23 | 1B | D | 15C | 37 | 48 |
| Octal | 337 | 222 | 242 | 0 | 43 | 33 | 15 | 534 | 67 | 110 |
| Binary | 11011111 | 10010010 | 10100010 | 0 | 100011 | 11011 | 1101 | 101011100 | 110111 | 1001000 |
Color Harmonies of #DF92A2
Complementary color
Monochromatic Colors of #DF92A2
Black with #DF92A2
Text Example
Text Example
White with #DF92A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF92A2; }
p { color: rgb(223,146,162); }
H1.HeaderClassName
{
color: #DF92A2;
}
.AnyTagClassName
{
color: #DF92A2;
}
</style>
background-color css
<style>
a { background-color: #DF92A2; }
a { background-color: rgb(223,146,162); }
div.DivClassName
{
background-color: #DF92A2;
}
.BgClassName
{
background-color: #DF92A2;
}
</style>
border-color css
<style>
span { border-color: #DF92A2; }
span { border-color: rgb(223,146,162); }
td.TdClassName
{
border-color: #DF92A2;
}
.TagClassName
{
border-color: #DF92A2;
}
</style>