Shades of Kobi #DF95AA
Tints of Kobi #DF95AA
RGB
CMYK
RGB Variations
Color information
#DF95AA (or 0xDF95AA) is known color: Kobi. HEX triplet: DF, 95 and AA. RGB value is (223,149,170). Sum of RGB (Red+Green+Blue) = 223+149+170=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF95AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF95AA is #206A55. Grayscale: #ADADAD. Windows color (decimal): -2124374 or 11179487. OLE color: 11179487.
HSL color Cylindrical-coordinate representation of color #DF95AA: hue angle of 342.97º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF95AA is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 170 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.13 |
| HSL | 342.97º | 0.54% | 0.73% | - |
| HSV(B) | 342.97º | 0.33% | 0.87% | - |
| XYZ | 48.43 | 40.09 | 43.21 | - |
| YUV | 173.52 | 126.02 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 170 | 0 | 0.33 | 0.24 | 0.13 | 342.97 | 0.54 | 0.73 |
| Hex | DF | 95 | AA | 0 | 21 | 18 | D | 157 | 36 | 49 |
| Octal | 337 | 225 | 252 | 0 | 41 | 30 | 15 | 527 | 66 | 111 |
| Binary | 11011111 | 10010101 | 10101010 | 0 | 100001 | 11000 | 1101 | 101010111 | 110110 | 1001001 |
Color Harmonies of #DF95AA
Complementary color
Monochromatic Colors of #DF95AA
Black with #DF95AA
Text Example
Text Example
White with #DF95AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF95AA; }
p { color: rgb(223,149,170); }
H1.HeaderClassName
{
color: #DF95AA;
}
.AnyTagClassName
{
color: #DF95AA;
}
</style>
background-color css
<style>
a { background-color: #DF95AA; }
a { background-color: rgb(223,149,170); }
div.DivClassName
{
background-color: #DF95AA;
}
.BgClassName
{
background-color: #DF95AA;
}
</style>
border-color css
<style>
span { border-color: #DF95AA; }
span { border-color: rgb(223,149,170); }
td.TdClassName
{
border-color: #DF95AA;
}
.TagClassName
{
border-color: #DF95AA;
}
</style>