Shades of Kobi #DF99AD
Tints of Kobi #DF99AD
RGB
CMYK
RGB Variations
Color information
#DF99AD (or 0xDF99AD) is known color: Kobi. HEX triplet: DF, 99 and AD. RGB value is (223,153,173). Sum of RGB (Red+Green+Blue) = 223+153+173=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF99AD is #206652. Grayscale: #B0B0B0. Windows color (decimal): -2123347 or 11377119. OLE color: 11377119.
HSL color Cylindrical-coordinate representation of color #DF99AD: hue angle of 342.86º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF99AD is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 173 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.13 |
| HSL | 342.86º | 0.52% | 0.74% | - |
| HSV(B) | 342.86º | 0.31% | 0.87% | - |
| XYZ | 49.37 | 41.49 | 44.94 | - |
| YUV | 176.21 | 126.19 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 173 | 0 | 0.31 | 0.22 | 0.13 | 342.86 | 0.52 | 0.74 |
| Hex | DF | 99 | AD | 0 | 1F | 16 | D | 157 | 34 | 4A |
| Octal | 337 | 231 | 255 | 0 | 37 | 26 | 15 | 527 | 64 | 112 |
| Binary | 11011111 | 10011001 | 10101101 | 0 | 11111 | 10110 | 1101 | 101010111 | 110100 | 1001010 |
Color Harmonies of #DF99AD
Complementary color
Monochromatic Colors of #DF99AD
Black with #DF99AD
Text Example
Text Example
White with #DF99AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99AD; }
p { color: rgb(223,153,173); }
H1.HeaderClassName
{
color: #DF99AD;
}
.AnyTagClassName
{
color: #DF99AD;
}
</style>
background-color css
<style>
a { background-color: #DF99AD; }
a { background-color: rgb(223,153,173); }
div.DivClassName
{
background-color: #DF99AD;
}
.BgClassName
{
background-color: #DF99AD;
}
</style>
border-color css
<style>
span { border-color: #DF99AD; }
span { border-color: rgb(223,153,173); }
td.TdClassName
{
border-color: #DF99AD;
}
.TagClassName
{
border-color: #DF99AD;
}
</style>