Shades of Kobi #DD98AF
Tints of Kobi #DD98AF
RGB
CMYK
RGB Variations
Color information
#DD98AF (or 0xDD98AF) is known color: Kobi. HEX triplet: DD, 98 and AF. RGB value is (221,152,175). Sum of RGB (Red+Green+Blue) = 221+152+175=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD98AF is #226750. Grayscale: #AFAFAF. Windows color (decimal): -2254673 or 11507933. OLE color: 11507933.
HSL color Cylindrical-coordinate representation of color #DD98AF: hue angle of 340º 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 #DD98AF is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 175 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.13 |
| HSL | 340º | 0.5% | 0.73% | - |
| HSV(B) | 340º | 0.31% | 0.87% | - |
| XYZ | 48.78 | 40.92 | 45.89 | - |
| YUV | 175.25 | 127.86 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 175 | 0 | 0.31 | 0.21 | 0.13 | 340 | 0.5 | 0.73 |
| Hex | DD | 98 | AF | 0 | 1F | 15 | D | 154 | 32 | 49 |
| Octal | 335 | 230 | 257 | 0 | 37 | 25 | 15 | 524 | 62 | 111 |
| Binary | 11011101 | 10011000 | 10101111 | 0 | 11111 | 10101 | 1101 | 101010100 | 110010 | 1001001 |
Color Harmonies of #DD98AF
Complementary color
Monochromatic Colors of #DD98AF
Black with #DD98AF
Text Example
Text Example
White with #DD98AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD98AF; }
p { color: rgb(221,152,175); }
H1.HeaderClassName
{
color: #DD98AF;
}
.AnyTagClassName
{
color: #DD98AF;
}
</style>
background-color css
<style>
a { background-color: #DD98AF; }
a { background-color: rgb(221,152,175); }
div.DivClassName
{
background-color: #DD98AF;
}
.BgClassName
{
background-color: #DD98AF;
}
</style>
border-color css
<style>
span { border-color: #DD98AF; }
span { border-color: rgb(221,152,175); }
td.TdClassName
{
border-color: #DD98AF;
}
.TagClassName
{
border-color: #DD98AF;
}
</style>