Shades of Kobi #DF84AA
Tints of Kobi #DF84AA
RGB
CMYK
RGB Variations
Color information
#DF84AA (or 0xDF84AA) is known color: Kobi. HEX triplet: DF, 84 and AA. RGB value is (223,132,170). Sum of RGB (Red+Green+Blue) = 223+132+170=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF84AA is #207B55. Grayscale: #A3A3A3. Windows color (decimal): -2128726 or 11175135. OLE color: 11175135.
HSL color Cylindrical-coordinate representation of color #DF84AA: hue angle of 334.95º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF84AA is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 170 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.13 |
| HSL | 334.95º | 0.59% | 0.7% | - |
| HSV(B) | 334.95º | 0.41% | 0.87% | - |
| XYZ | 45.94 | 35.09 | 42.38 | - |
| YUV | 163.54 | 131.65 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 170 | 0 | 0.41 | 0.24 | 0.13 | 334.95 | 0.59 | 0.7 |
| Hex | DF | 84 | AA | 0 | 29 | 18 | D | 14F | 3B | 46 |
| Octal | 337 | 204 | 252 | 0 | 51 | 30 | 15 | 517 | 73 | 106 |
| Binary | 11011111 | 10000100 | 10101010 | 0 | 101001 | 11000 | 1101 | 101001111 | 111011 | 1000110 |
Color Harmonies of #DF84AA
Complementary color
Monochromatic Colors of #DF84AA
Black with #DF84AA
Text Example
Text Example
White with #DF84AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF84AA; }
p { color: rgb(223,132,170); }
H1.HeaderClassName
{
color: #DF84AA;
}
.AnyTagClassName
{
color: #DF84AA;
}
</style>
background-color css
<style>
a { background-color: #DF84AA; }
a { background-color: rgb(223,132,170); }
div.DivClassName
{
background-color: #DF84AA;
}
.BgClassName
{
background-color: #DF84AA;
}
</style>
border-color css
<style>
span { border-color: #DF84AA; }
span { border-color: rgb(223,132,170); }
td.TdClassName
{
border-color: #DF84AA;
}
.TagClassName
{
border-color: #DF84AA;
}
</style>