Shades of Kobi #DD80A7
Tints of Kobi #DD80A7
RGB
CMYK
RGB Variations
Color information
#DD80A7 (or 0xDD80A7) is known color: Kobi. HEX triplet: DD, 80 and A7. RGB value is (221,128,167). Sum of RGB (Red+Green+Blue) = 221+128+167=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 167 (65.62% from 255 or 32.36% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD80A7 is #227F58. Grayscale: #A0A0A0. Windows color (decimal): -2260825 or 10977501. OLE color: 10977501.
HSL color Cylindrical-coordinate representation of color #DD80A7: hue angle of 334.84º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD80A7 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 167 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.13 |
| HSL | 334.84º | 0.58% | 0.68% | - |
| HSV(B) | 334.84º | 0.42% | 0.87% | - |
| XYZ | 44.51 | 33.6 | 40.7 | - |
| YUV | 160.25 | 131.81 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 167 | 0 | 0.42 | 0.24 | 0.13 | 334.84 | 0.58 | 0.68 |
| Hex | DD | 80 | A7 | 0 | 2A | 18 | D | 14F | 3A | 44 |
| Octal | 335 | 200 | 247 | 0 | 52 | 30 | 15 | 517 | 72 | 104 |
| Binary | 11011101 | 10000000 | 10100111 | 0 | 101010 | 11000 | 1101 | 101001111 | 111010 | 1000100 |
Color Harmonies of #DD80A7
Complementary color
Monochromatic Colors of #DD80A7
Black with #DD80A7
Text Example
Text Example
White with #DD80A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD80A7; }
p { color: rgb(221,128,167); }
H1.HeaderClassName
{
color: #DD80A7;
}
.AnyTagClassName
{
color: #DD80A7;
}
</style>
background-color css
<style>
a { background-color: #DD80A7; }
a { background-color: rgb(221,128,167); }
div.DivClassName
{
background-color: #DD80A7;
}
.BgClassName
{
background-color: #DD80A7;
}
</style>
border-color css
<style>
span { border-color: #DD80A7; }
span { border-color: rgb(221,128,167); }
td.TdClassName
{
border-color: #DD80A7;
}
.TagClassName
{
border-color: #DD80A7;
}
</style>