Shades of Kobi #DF99AF
Tints of Kobi #DF99AF
RGB
CMYK
RGB Variations
Color information
#DF99AF (or 0xDF99AF) is known color: Kobi. HEX triplet: DF, 99 and AF. RGB value is (223,153,175). Sum of RGB (Red+Green+Blue) = 223+153+175=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF99AF is #206650. Grayscale: #B0B0B0. Windows color (decimal): -2123345 or 11508191. OLE color: 11508191.
HSL color Cylindrical-coordinate representation of color #DF99AF: hue angle of 341.14º 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 #DF99AF is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 175 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.13 |
| HSL | 341.14º | 0.52% | 0.74% | - |
| HSV(B) | 341.14º | 0.31% | 0.87% | - |
| XYZ | 49.56 | 41.57 | 45.97 | - |
| YUV | 176.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 175 | 0 | 0.31 | 0.22 | 0.13 | 341.14 | 0.52 | 0.74 |
| Hex | DF | 99 | AF | 0 | 1F | 16 | D | 155 | 34 | 4A |
| Octal | 337 | 231 | 257 | 0 | 37 | 26 | 15 | 525 | 64 | 112 |
| Binary | 11011111 | 10011001 | 10101111 | 0 | 11111 | 10110 | 1101 | 101010101 | 110100 | 1001010 |
Color Harmonies of #DF99AF
Complementary color
Monochromatic Colors of #DF99AF
Black with #DF99AF
Text Example
Text Example
White with #DF99AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99AF; }
p { color: rgb(223,153,175); }
H1.HeaderClassName
{
color: #DF99AF;
}
.AnyTagClassName
{
color: #DF99AF;
}
</style>
background-color css
<style>
a { background-color: #DF99AF; }
a { background-color: rgb(223,153,175); }
div.DivClassName
{
background-color: #DF99AF;
}
.BgClassName
{
background-color: #DF99AF;
}
</style>
border-color css
<style>
span { border-color: #DF99AF; }
span { border-color: rgb(223,153,175); }
td.TdClassName
{
border-color: #DF99AF;
}
.TagClassName
{
border-color: #DF99AF;
}
</style>