Shades of Kobi #DD7EA8
Tints of Kobi #DD7EA8
RGB
CMYK
RGB Variations
Color information
#DD7EA8 (or 0xDD7EA8) is known color: Kobi. HEX triplet: DD, 7E and A8. RGB value is (221,126,168). Sum of RGB (Red+Green+Blue) = 221+126+168=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7EA8 is #228157. Grayscale: #9F9F9F. Windows color (decimal): -2261336 or 11042525. OLE color: 11042525.
HSL color Cylindrical-coordinate representation of color #DD7EA8: hue angle of 333.47º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7EA8 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 168 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.13 |
| HSL | 333.47º | 0.58% | 0.68% | - |
| HSV(B) | 333.47º | 0.43% | 0.87% | - |
| XYZ | 44.35 | 33.12 | 41.1 | - |
| YUV | 159.19 | 132.97 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 168 | 0 | 0.43 | 0.24 | 0.13 | 333.47 | 0.58 | 0.68 |
| Hex | DD | 7E | A8 | 0 | 2B | 18 | D | 14D | 3A | 44 |
| Octal | 335 | 176 | 250 | 0 | 53 | 30 | 15 | 515 | 72 | 104 |
| Binary | 11011101 | 1111110 | 10101000 | 0 | 101011 | 11000 | 1101 | 101001101 | 111010 | 1000100 |
Color Harmonies of #DD7EA8
Complementary color
Monochromatic Colors of #DD7EA8
Black with #DD7EA8
Text Example
Text Example
White with #DD7EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7EA8; }
p { color: rgb(221,126,168); }
H1.HeaderClassName
{
color: #DD7EA8;
}
.AnyTagClassName
{
color: #DD7EA8;
}
</style>
background-color css
<style>
a { background-color: #DD7EA8; }
a { background-color: rgb(221,126,168); }
div.DivClassName
{
background-color: #DD7EA8;
}
.BgClassName
{
background-color: #DD7EA8;
}
</style>
border-color css
<style>
span { border-color: #DD7EA8; }
span { border-color: rgb(221,126,168); }
td.TdClassName
{
border-color: #DD7EA8;
}
.TagClassName
{
border-color: #DD7EA8;
}
</style>