Shades of Kobi #DD85AA
Tints of Kobi #DD85AA
RGB
CMYK
RGB Variations
Color information
#DD85AA (or 0xDD85AA) is known color: Kobi. HEX triplet: DD, 85 and AA. RGB value is (221,133,170). Sum of RGB (Red+Green+Blue) = 221+133+170=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD85AA is #227A55. Grayscale: #A3A3A3. Windows color (decimal): -2259542 or 11175389. OLE color: 11175389.
HSL color Cylindrical-coordinate representation of color #DD85AA: hue angle of 334.77º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD85AA is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 170 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.13 |
| HSL | 334.77º | 0.56% | 0.69% | - |
| HSV(B) | 334.77º | 0.4% | 0.87% | - |
| XYZ | 45.46 | 35.05 | 42.4 | - |
| YUV | 163.53 | 131.65 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 170 | 0 | 0.40 | 0.23 | 0.13 | 334.77 | 0.56 | 0.69 |
| Hex | DD | 85 | AA | 0 | 28 | 17 | D | 14F | 38 | 45 |
| Octal | 335 | 205 | 252 | 0 | 50 | 27 | 15 | 517 | 70 | 105 |
| Binary | 11011101 | 10000101 | 10101010 | 0 | 101000 | 10111 | 1101 | 101001111 | 111000 | 1000101 |
Color Harmonies of #DD85AA
Complementary color
Monochromatic Colors of #DD85AA
Black with #DD85AA
Text Example
Text Example
White with #DD85AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD85AA; }
p { color: rgb(221,133,170); }
H1.HeaderClassName
{
color: #DD85AA;
}
.AnyTagClassName
{
color: #DD85AA;
}
</style>
background-color css
<style>
a { background-color: #DD85AA; }
a { background-color: rgb(221,133,170); }
div.DivClassName
{
background-color: #DD85AA;
}
.BgClassName
{
background-color: #DD85AA;
}
</style>
border-color css
<style>
span { border-color: #DD85AA; }
span { border-color: rgb(221,133,170); }
td.TdClassName
{
border-color: #DD85AA;
}
.TagClassName
{
border-color: #DD85AA;
}
</style>