Shades of Kobi #DD7AAB
Tints of Kobi #DD7AAB
RGB
CMYK
RGB Variations
Color information
#DD7AAB (or 0xDD7AAB) is known color: Kobi. HEX triplet: DD, 7A and AB. RGB value is (221,122,171). Sum of RGB (Red+Green+Blue) = 221+122+171=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7AAB is #228554. Grayscale: #9D9D9D. Windows color (decimal): -2262357 or 11238109. OLE color: 11238109.
HSL color Cylindrical-coordinate representation of color #DD7AAB: hue angle of 330.3º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7AAB is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 171 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.13 |
| HSL | 330.3º | 0.59% | 0.67% | - |
| HSV(B) | 330.3º | 0.45% | 0.87% | - |
| XYZ | 44.13 | 32.23 | 42.42 | - |
| YUV | 157.19 | 135.8 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 171 | 0 | 0.45 | 0.23 | 0.13 | 330.3 | 0.59 | 0.67 |
| Hex | DD | 7A | AB | 0 | 2D | 17 | D | 14A | 3B | 43 |
| Octal | 335 | 172 | 253 | 0 | 55 | 27 | 15 | 512 | 73 | 103 |
| Binary | 11011101 | 1111010 | 10101011 | 0 | 101101 | 10111 | 1101 | 101001010 | 111011 | 1000011 |
Color Harmonies of #DD7AAB
Complementary color
Monochromatic Colors of #DD7AAB
Black with #DD7AAB
Text Example
Text Example
White with #DD7AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7AAB; }
p { color: rgb(221,122,171); }
H1.HeaderClassName
{
color: #DD7AAB;
}
.AnyTagClassName
{
color: #DD7AAB;
}
</style>
background-color css
<style>
a { background-color: #DD7AAB; }
a { background-color: rgb(221,122,171); }
div.DivClassName
{
background-color: #DD7AAB;
}
.BgClassName
{
background-color: #DD7AAB;
}
</style>
border-color css
<style>
span { border-color: #DD7AAB; }
span { border-color: rgb(221,122,171); }
td.TdClassName
{
border-color: #DD7AAB;
}
.TagClassName
{
border-color: #DD7AAB;
}
</style>