Shades of Kobi #DF9DB2
Tints of Kobi #DF9DB2
RGB
CMYK
RGB Variations
Color information
#DF9DB2 (or 0xDF9DB2) is known color: Kobi. HEX triplet: DF, 9D and B2. RGB value is (223,157,178). Sum of RGB (Red+Green+Blue) = 223+157+178=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9DB2 is #20624D. Grayscale: #B3B3B3. Windows color (decimal): -2122318 or 11705823. OLE color: 11705823.
HSL color Cylindrical-coordinate representation of color #DF9DB2: hue angle of 340.91º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9DB2 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 157 | 178 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.13 |
| HSL | 340.91º | 0.51% | 0.75% | - |
| HSV(B) | 340.91º | 0.3% | 0.87% | - |
| XYZ | 50.52 | 43.02 | 47.76 | - |
| YUV | 179.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 178 | 0 | 0.30 | 0.20 | 0.13 | 340.91 | 0.51 | 0.75 |
| Hex | DF | 9D | B2 | 0 | 1E | 14 | D | 155 | 33 | 4B |
| Octal | 337 | 235 | 262 | 0 | 36 | 24 | 15 | 525 | 63 | 113 |
| Binary | 11011111 | 10011101 | 10110010 | 0 | 11110 | 10100 | 1101 | 101010101 | 110011 | 1001011 |
Color Harmonies of #DF9DB2
Complementary color
Monochromatic Colors of #DF9DB2
Black with #DF9DB2
Text Example
Text Example
White with #DF9DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9DB2; }
p { color: rgb(223,157,178); }
H1.HeaderClassName
{
color: #DF9DB2;
}
.AnyTagClassName
{
color: #DF9DB2;
}
</style>
background-color css
<style>
a { background-color: #DF9DB2; }
a { background-color: rgb(223,157,178); }
div.DivClassName
{
background-color: #DF9DB2;
}
.BgClassName
{
background-color: #DF9DB2;
}
</style>
border-color css
<style>
span { border-color: #DF9DB2; }
span { border-color: rgb(223,157,178); }
td.TdClassName
{
border-color: #DF9DB2;
}
.TagClassName
{
border-color: #DF9DB2;
}
</style>