Shades of Kobi #DD81AA
Tints of Kobi #DD81AA
RGB
CMYK
RGB Variations
Color information
#DD81AA (or 0xDD81AA) is known color: Kobi. HEX triplet: DD, 81 and AA. RGB value is (221,129,170). Sum of RGB (Red+Green+Blue) = 221+129+170=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD81AA is #227E55. Grayscale: #A1A1A1. Windows color (decimal): -2260566 or 11174365. OLE color: 11174365.
HSL color Cylindrical-coordinate representation of color #DD81AA: hue angle of 333.26º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD81AA is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 170 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.13 |
| HSL | 333.26º | 0.58% | 0.69% | - |
| HSV(B) | 333.26º | 0.42% | 0.87% | - |
| XYZ | 44.92 | 33.97 | 42.22 | - |
| YUV | 161.18 | 132.98 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 170 | 0 | 0.42 | 0.23 | 0.13 | 333.26 | 0.58 | 0.69 |
| Hex | DD | 81 | AA | 0 | 2A | 17 | D | 14D | 3A | 45 |
| Octal | 335 | 201 | 252 | 0 | 52 | 27 | 15 | 515 | 72 | 105 |
| Binary | 11011101 | 10000001 | 10101010 | 0 | 101010 | 10111 | 1101 | 101001101 | 111010 | 1000101 |
Color Harmonies of #DD81AA
Complementary color
Monochromatic Colors of #DD81AA
Black with #DD81AA
Text Example
Text Example
White with #DD81AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD81AA; }
p { color: rgb(221,129,170); }
H1.HeaderClassName
{
color: #DD81AA;
}
.AnyTagClassName
{
color: #DD81AA;
}
</style>
background-color css
<style>
a { background-color: #DD81AA; }
a { background-color: rgb(221,129,170); }
div.DivClassName
{
background-color: #DD81AA;
}
.BgClassName
{
background-color: #DD81AA;
}
</style>
border-color css
<style>
span { border-color: #DD81AA; }
span { border-color: rgb(221,129,170); }
td.TdClassName
{
border-color: #DD81AA;
}
.TagClassName
{
border-color: #DD81AA;
}
</style>