Shades of Kobi #DD99AF
Tints of Kobi #DD99AF
RGB
CMYK
RGB Variations
Color information
#DD99AF (or 0xDD99AF) is known color: Kobi. HEX triplet: DD, 99 and AF. RGB value is (221,153,175). Sum of RGB (Red+Green+Blue) = 221+153+175=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD99AF is #226650. Grayscale: #AFAFAF. Windows color (decimal): -2254417 or 11508189. OLE color: 11508189.
HSL color Cylindrical-coordinate representation of color #DD99AF: hue angle of 340.59º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD99AF is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 175 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.13 |
| HSL | 340.59º | 0.5% | 0.73% | - |
| HSV(B) | 340.59º | 0.31% | 0.87% | - |
| XYZ | 48.95 | 41.25 | 45.94 | - |
| YUV | 175.84 | 127.53 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 175 | 0 | 0.31 | 0.21 | 0.13 | 340.59 | 0.5 | 0.73 |
| Hex | DD | 99 | AF | 0 | 1F | 15 | D | 155 | 32 | 49 |
| Octal | 335 | 231 | 257 | 0 | 37 | 25 | 15 | 525 | 62 | 111 |
| Binary | 11011101 | 10011001 | 10101111 | 0 | 11111 | 10101 | 1101 | 101010101 | 110010 | 1001001 |
Color Harmonies of #DD99AF
Complementary color
Monochromatic Colors of #DD99AF
Black with #DD99AF
Text Example
Text Example
White with #DD99AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99AF; }
p { color: rgb(221,153,175); }
H1.HeaderClassName
{
color: #DD99AF;
}
.AnyTagClassName
{
color: #DD99AF;
}
</style>
background-color css
<style>
a { background-color: #DD99AF; }
a { background-color: rgb(221,153,175); }
div.DivClassName
{
background-color: #DD99AF;
}
.BgClassName
{
background-color: #DD99AF;
}
</style>
border-color css
<style>
span { border-color: #DD99AF; }
span { border-color: rgb(221,153,175); }
td.TdClassName
{
border-color: #DD99AF;
}
.TagClassName
{
border-color: #DD99AF;
}
</style>