Shades of Kobi #DF81B0
Tints of Kobi #DF81B0
RGB
CMYK
RGB Variations
Color information
#DF81B0 (or 0xDF81B0) is known color: Kobi. HEX triplet: DF, 81 and B0. RGB value is (223,129,176). Sum of RGB (Red+Green+Blue) = 223+129+176=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF81B0 is #207E4F. Grayscale: #A2A2A2. Windows color (decimal): -2129488 or 11567583. OLE color: 11567583.
HSL color Cylindrical-coordinate representation of color #DF81B0: hue angle of 330º 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 #DF81B0 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 176 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.13 |
| HSL | 330º | 0.59% | 0.69% | - |
| HSV(B) | 330º | 0.42% | 0.87% | - |
| XYZ | 46.12 | 34.52 | 45.31 | - |
| YUV | 162.46 | 135.64 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 176 | 0 | 0.42 | 0.21 | 0.13 | 330 | 0.59 | 0.69 |
| Hex | DF | 81 | B0 | 0 | 2A | 15 | D | 14A | 3B | 45 |
| Octal | 337 | 201 | 260 | 0 | 52 | 25 | 15 | 512 | 73 | 105 |
| Binary | 11011111 | 10000001 | 10110000 | 0 | 101010 | 10101 | 1101 | 101001010 | 111011 | 1000101 |
Color Harmonies of #DF81B0
Complementary color
Monochromatic Colors of #DF81B0
Black with #DF81B0
Text Example
Text Example
White with #DF81B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF81B0; }
p { color: rgb(223,129,176); }
H1.HeaderClassName
{
color: #DF81B0;
}
.AnyTagClassName
{
color: #DF81B0;
}
</style>
background-color css
<style>
a { background-color: #DF81B0; }
a { background-color: rgb(223,129,176); }
div.DivClassName
{
background-color: #DF81B0;
}
.BgClassName
{
background-color: #DF81B0;
}
</style>
border-color css
<style>
span { border-color: #DF81B0; }
span { border-color: rgb(223,129,176); }
td.TdClassName
{
border-color: #DF81B0;
}
.TagClassName
{
border-color: #DF81B0;
}
</style>