Shades of Kobi #DF81A6
Tints of Kobi #DF81A6
RGB
CMYK
RGB Variations
Color information
#DF81A6 (or 0xDF81A6) is known color: Kobi. HEX triplet: DF, 81 and A6. RGB value is (223,129,166). Sum of RGB (Red+Green+Blue) = 223+129+166=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 166 (65.23% from 255 or 32.05% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF81A6 is #207E59. Grayscale: #A1A1A1. Windows color (decimal): -2129498 or 10912223. OLE color: 10912223.
HSL color Cylindrical-coordinate representation of color #DF81A6: hue angle of 336.38º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF81A6 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 166 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.13 |
| HSL | 336.38º | 0.59% | 0.69% | - |
| HSV(B) | 336.38º | 0.42% | 0.87% | - |
| XYZ | 45.16 | 34.14 | 40.29 | - |
| YUV | 161.32 | 130.64 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 166 | 0 | 0.42 | 0.26 | 0.13 | 336.38 | 0.59 | 0.69 |
| Hex | DF | 81 | A6 | 0 | 2A | 1A | D | 150 | 3B | 45 |
| Octal | 337 | 201 | 246 | 0 | 52 | 32 | 15 | 520 | 73 | 105 |
| Binary | 11011111 | 10000001 | 10100110 | 0 | 101010 | 11010 | 1101 | 101010000 | 111011 | 1000101 |
Color Harmonies of #DF81A6
Complementary color
Monochromatic Colors of #DF81A6
Black with #DF81A6
Text Example
Text Example
White with #DF81A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF81A6; }
p { color: rgb(223,129,166); }
H1.HeaderClassName
{
color: #DF81A6;
}
.AnyTagClassName
{
color: #DF81A6;
}
</style>
background-color css
<style>
a { background-color: #DF81A6; }
a { background-color: rgb(223,129,166); }
div.DivClassName
{
background-color: #DF81A6;
}
.BgClassName
{
background-color: #DF81A6;
}
</style>
border-color css
<style>
span { border-color: #DF81A6; }
span { border-color: rgb(223,129,166); }
td.TdClassName
{
border-color: #DF81A6;
}
.TagClassName
{
border-color: #DF81A6;
}
</style>