Shades of Kobi #DF90A8
Tints of Kobi #DF90A8
RGB
CMYK
RGB Variations
Color information
#DF90A8 (or 0xDF90A8) is known color: Kobi. HEX triplet: DF, 90 and A8. RGB value is (223,144,168). Sum of RGB (Red+Green+Blue) = 223+144+168=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF90A8 is #206F57. Grayscale: #AAAAAA. Windows color (decimal): -2125656 or 11047135. OLE color: 11047135.
HSL color Cylindrical-coordinate representation of color #DF90A8: hue angle of 341.77º 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 #DF90A8 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 168 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.13 |
| HSL | 341.77º | 0.55% | 0.72% | - |
| HSV(B) | 341.77º | 0.35% | 0.87% | - |
| XYZ | 47.47 | 38.46 | 41.97 | - |
| YUV | 170.36 | 126.67 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 168 | 0 | 0.35 | 0.25 | 0.13 | 341.77 | 0.55 | 0.72 |
| Hex | DF | 90 | A8 | 0 | 23 | 19 | D | 156 | 37 | 48 |
| Octal | 337 | 220 | 250 | 0 | 43 | 31 | 15 | 526 | 67 | 110 |
| Binary | 11011111 | 10010000 | 10101000 | 0 | 100011 | 11001 | 1101 | 101010110 | 110111 | 1001000 |
Color Harmonies of #DF90A8
Complementary color
Monochromatic Colors of #DF90A8
Black with #DF90A8
Text Example
Text Example
White with #DF90A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF90A8; }
p { color: rgb(223,144,168); }
H1.HeaderClassName
{
color: #DF90A8;
}
.AnyTagClassName
{
color: #DF90A8;
}
</style>
background-color css
<style>
a { background-color: #DF90A8; }
a { background-color: rgb(223,144,168); }
div.DivClassName
{
background-color: #DF90A8;
}
.BgClassName
{
background-color: #DF90A8;
}
</style>
border-color css
<style>
span { border-color: #DF90A8; }
span { border-color: rgb(223,144,168); }
td.TdClassName
{
border-color: #DF90A8;
}
.TagClassName
{
border-color: #DF90A8;
}
</style>