Shades of Kobi #DF81AD
Tints of Kobi #DF81AD
RGB
CMYK
RGB Variations
Color information
#DF81AD (or 0xDF81AD) is known color: Kobi. HEX triplet: DF, 81 and AD. RGB value is (223,129,173). Sum of RGB (Red+Green+Blue) = 223+129+173=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF81AD is #207E52. Grayscale: #A2A2A2. Windows color (decimal): -2129491 or 11370975. OLE color: 11370975.
HSL color Cylindrical-coordinate representation of color #DF81AD: hue angle of 331.91º 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 #DF81AD is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 173 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.13 |
| HSL | 331.91º | 0.59% | 0.69% | - |
| HSV(B) | 331.91º | 0.42% | 0.87% | - |
| XYZ | 45.82 | 34.41 | 43.76 | - |
| YUV | 162.12 | 134.14 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 173 | 0 | 0.42 | 0.22 | 0.13 | 331.91 | 0.59 | 0.69 |
| Hex | DF | 81 | AD | 0 | 2A | 16 | D | 14C | 3B | 45 |
| Octal | 337 | 201 | 255 | 0 | 52 | 26 | 15 | 514 | 73 | 105 |
| Binary | 11011111 | 10000001 | 10101101 | 0 | 101010 | 10110 | 1101 | 101001100 | 111011 | 1000101 |
Color Harmonies of #DF81AD
Complementary color
Monochromatic Colors of #DF81AD
Black with #DF81AD
Text Example
Text Example
White with #DF81AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF81AD; }
p { color: rgb(223,129,173); }
H1.HeaderClassName
{
color: #DF81AD;
}
.AnyTagClassName
{
color: #DF81AD;
}
</style>
background-color css
<style>
a { background-color: #DF81AD; }
a { background-color: rgb(223,129,173); }
div.DivClassName
{
background-color: #DF81AD;
}
.BgClassName
{
background-color: #DF81AD;
}
</style>
border-color css
<style>
span { border-color: #DF81AD; }
span { border-color: rgb(223,129,173); }
td.TdClassName
{
border-color: #DF81AD;
}
.TagClassName
{
border-color: #DF81AD;
}
</style>