Shades of Kobi #DF8AAA
Tints of Kobi #DF8AAA
RGB
CMYK
RGB Variations
Color information
#DF8AAA (or 0xDF8AAA) is known color: Kobi. HEX triplet: DF, 8A and AA. RGB value is (223,138,170). Sum of RGB (Red+Green+Blue) = 223+138+170=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8AAA is #207555. Grayscale: #A7A7A7. Windows color (decimal): -2127190 or 11176671. OLE color: 11176671.
HSL color Cylindrical-coordinate representation of color #DF8AAA: hue angle of 337.41º 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 #DF8AAA is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 170 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.13 |
| HSL | 337.41º | 0.57% | 0.71% | - |
| HSV(B) | 337.41º | 0.38% | 0.87% | - |
| XYZ | 46.78 | 36.77 | 42.66 | - |
| YUV | 167.06 | 129.66 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 170 | 0 | 0.38 | 0.24 | 0.13 | 337.41 | 0.57 | 0.71 |
| Hex | DF | 8A | AA | 0 | 26 | 18 | D | 151 | 39 | 47 |
| Octal | 337 | 212 | 252 | 0 | 46 | 30 | 15 | 521 | 71 | 107 |
| Binary | 11011111 | 10001010 | 10101010 | 0 | 100110 | 11000 | 1101 | 101010001 | 111001 | 1000111 |
Color Harmonies of #DF8AAA
Complementary color
Monochromatic Colors of #DF8AAA
Black with #DF8AAA
Text Example
Text Example
White with #DF8AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8AAA; }
p { color: rgb(223,138,170); }
H1.HeaderClassName
{
color: #DF8AAA;
}
.AnyTagClassName
{
color: #DF8AAA;
}
</style>
background-color css
<style>
a { background-color: #DF8AAA; }
a { background-color: rgb(223,138,170); }
div.DivClassName
{
background-color: #DF8AAA;
}
.BgClassName
{
background-color: #DF8AAA;
}
</style>
border-color css
<style>
span { border-color: #DF8AAA; }
span { border-color: rgb(223,138,170); }
td.TdClassName
{
border-color: #DF8AAA;
}
.TagClassName
{
border-color: #DF8AAA;
}
</style>