Shades of Kobi #DD90AF
Tints of Kobi #DD90AF
RGB
CMYK
RGB Variations
Color information
#DD90AF (or 0xDD90AF) is known color: Kobi. HEX triplet: DD, 90 and AF. RGB value is (221,144,175). Sum of RGB (Red+Green+Blue) = 221+144+175=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD90AF is #226F50. Grayscale: #AAAAAA. Windows color (decimal): -2256721 or 11505885. OLE color: 11505885.
HSL color Cylindrical-coordinate representation of color #DD90AF: hue angle of 335.84º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD90AF is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 175 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.13 |
| HSL | 335.84º | 0.53% | 0.72% | - |
| HSV(B) | 335.84º | 0.35% | 0.87% | - |
| XYZ | 47.53 | 38.41 | 45.47 | - |
| YUV | 170.56 | 130.51 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 175 | 0 | 0.35 | 0.21 | 0.13 | 335.84 | 0.53 | 0.72 |
| Hex | DD | 90 | AF | 0 | 23 | 15 | D | 150 | 35 | 48 |
| Octal | 335 | 220 | 257 | 0 | 43 | 25 | 15 | 520 | 65 | 110 |
| Binary | 11011101 | 10010000 | 10101111 | 0 | 100011 | 10101 | 1101 | 101010000 | 110101 | 1001000 |
Color Harmonies of #DD90AF
Complementary color
Monochromatic Colors of #DD90AF
Black with #DD90AF
Text Example
Text Example
White with #DD90AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD90AF; }
p { color: rgb(221,144,175); }
H1.HeaderClassName
{
color: #DD90AF;
}
.AnyTagClassName
{
color: #DD90AF;
}
</style>
background-color css
<style>
a { background-color: #DD90AF; }
a { background-color: rgb(221,144,175); }
div.DivClassName
{
background-color: #DD90AF;
}
.BgClassName
{
background-color: #DD90AF;
}
</style>
border-color css
<style>
span { border-color: #DD90AF; }
span { border-color: rgb(221,144,175); }
td.TdClassName
{
border-color: #DD90AF;
}
.TagClassName
{
border-color: #DD90AF;
}
</style>