Shades of Kobi #DD7EA5
Tints of Kobi #DD7EA5
RGB
CMYK
RGB Variations
Color information
#DD7EA5 (or 0xDD7EA5) is known color: Kobi. HEX triplet: DD, 7E and A5. RGB value is (221,126,165). Sum of RGB (Red+Green+Blue) = 221+126+165=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7EA5 is #22815A. Grayscale: #9E9E9E. Windows color (decimal): -2261339 or 10845917. OLE color: 10845917.
HSL color Cylindrical-coordinate representation of color #DD7EA5: hue angle of 335.37º 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 #DD7EA5 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 165 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.13 |
| HSL | 335.37º | 0.58% | 0.68% | - |
| HSV(B) | 335.37º | 0.43% | 0.87% | - |
| XYZ | 44.07 | 33.01 | 39.65 | - |
| YUV | 158.85 | 131.47 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 165 | 0 | 0.43 | 0.25 | 0.13 | 335.37 | 0.58 | 0.68 |
| Hex | DD | 7E | A5 | 0 | 2B | 19 | D | 14F | 3A | 44 |
| Octal | 335 | 176 | 245 | 0 | 53 | 31 | 15 | 517 | 72 | 104 |
| Binary | 11011101 | 1111110 | 10100101 | 0 | 101011 | 11001 | 1101 | 101001111 | 111010 | 1000100 |
Color Harmonies of #DD7EA5
Complementary color
Monochromatic Colors of #DD7EA5
Black with #DD7EA5
Text Example
Text Example
White with #DD7EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7EA5; }
p { color: rgb(221,126,165); }
H1.HeaderClassName
{
color: #DD7EA5;
}
.AnyTagClassName
{
color: #DD7EA5;
}
</style>
background-color css
<style>
a { background-color: #DD7EA5; }
a { background-color: rgb(221,126,165); }
div.DivClassName
{
background-color: #DD7EA5;
}
.BgClassName
{
background-color: #DD7EA5;
}
</style>
border-color css
<style>
span { border-color: #DD7EA5; }
span { border-color: rgb(221,126,165); }
td.TdClassName
{
border-color: #DD7EA5;
}
.TagClassName
{
border-color: #DD7EA5;
}
</style>