Shades of Kobi #DF8FA2
Tints of Kobi #DF8FA2
RGB
CMYK
RGB Variations
Color information
#DF8FA2 (or 0xDF8FA2) is known color: Kobi. HEX triplet: DF, 8F and A2. RGB value is (223,143,162). Sum of RGB (Red+Green+Blue) = 223+143+162=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8FA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8FA2 is #20705D. Grayscale: #A9A9A9. Windows color (decimal): -2125918 or 10653663. OLE color: 10653663.
HSL color Cylindrical-coordinate representation of color #DF8FA2: hue angle of 345.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF8FA2 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 162 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.13 |
| HSL | 345.75º | 0.56% | 0.72% | - |
| HSV(B) | 345.75º | 0.36% | 0.87% | - |
| XYZ | 46.78 | 37.94 | 39.04 | - |
| YUV | 169.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 162 | 0 | 0.36 | 0.27 | 0.13 | 345.75 | 0.56 | 0.72 |
| Hex | DF | 8F | A2 | 0 | 24 | 1B | D | 15A | 38 | 48 |
| Octal | 337 | 217 | 242 | 0 | 44 | 33 | 15 | 532 | 70 | 110 |
| Binary | 11011111 | 10001111 | 10100010 | 0 | 100100 | 11011 | 1101 | 101011010 | 111000 | 1001000 |
Color Harmonies of #DF8FA2
Complementary color
Monochromatic Colors of #DF8FA2
Black with #DF8FA2
Text Example
Text Example
White with #DF8FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8FA2; }
p { color: rgb(223,143,162); }
H1.HeaderClassName
{
color: #DF8FA2;
}
.AnyTagClassName
{
color: #DF8FA2;
}
</style>
background-color css
<style>
a { background-color: #DF8FA2; }
a { background-color: rgb(223,143,162); }
div.DivClassName
{
background-color: #DF8FA2;
}
.BgClassName
{
background-color: #DF8FA2;
}
</style>
border-color css
<style>
span { border-color: #DF8FA2; }
span { border-color: rgb(223,143,162); }
td.TdClassName
{
border-color: #DF8FA2;
}
.TagClassName
{
border-color: #DF8FA2;
}
</style>