Shades of Kobi #DF8AAD
Tints of Kobi #DF8AAD
RGB
CMYK
RGB Variations
Color information
#DF8AAD (or 0xDF8AAD) is known color: Kobi. HEX triplet: DF, 8A and AD. RGB value is (223,138,173). Sum of RGB (Red+Green+Blue) = 223+138+173=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8AAD is #207552. Grayscale: #A7A7A7. Windows color (decimal): -2127187 or 11373279. OLE color: 11373279.
HSL color Cylindrical-coordinate representation of color #DF8AAD: hue angle of 335.29º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8AAD is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 173 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.13 |
| HSL | 335.29º | 0.57% | 0.71% | - |
| HSV(B) | 335.29º | 0.38% | 0.87% | - |
| XYZ | 47.06 | 36.88 | 44.17 | - |
| YUV | 167.41 | 131.16 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 173 | 0 | 0.38 | 0.22 | 0.13 | 335.29 | 0.57 | 0.71 |
| Hex | DF | 8A | AD | 0 | 26 | 16 | D | 14F | 39 | 47 |
| Octal | 337 | 212 | 255 | 0 | 46 | 26 | 15 | 517 | 71 | 107 |
| Binary | 11011111 | 10001010 | 10101101 | 0 | 100110 | 10110 | 1101 | 101001111 | 111001 | 1000111 |
Color Harmonies of #DF8AAD
Complementary color
Monochromatic Colors of #DF8AAD
Black with #DF8AAD
Text Example
Text Example
White with #DF8AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8AAD; }
p { color: rgb(223,138,173); }
H1.HeaderClassName
{
color: #DF8AAD;
}
.AnyTagClassName
{
color: #DF8AAD;
}
</style>
background-color css
<style>
a { background-color: #DF8AAD; }
a { background-color: rgb(223,138,173); }
div.DivClassName
{
background-color: #DF8AAD;
}
.BgClassName
{
background-color: #DF8AAD;
}
</style>
border-color css
<style>
span { border-color: #DF8AAD; }
span { border-color: rgb(223,138,173); }
td.TdClassName
{
border-color: #DF8AAD;
}
.TagClassName
{
border-color: #DF8AAD;
}
</style>