Shades of Kobi #DD80AC
Tints of Kobi #DD80AC
RGB
CMYK
RGB Variations
Color information
#DD80AC (or 0xDD80AC) is known color: Kobi. HEX triplet: DD, 80 and AC. RGB value is (221,128,172). Sum of RGB (Red+Green+Blue) = 221+128+172=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD80AC is #227F53. Grayscale: #A0A0A0. Windows color (decimal): -2260820 or 11305181. OLE color: 11305181.
HSL color Cylindrical-coordinate representation of color #DD80AC: hue angle of 331.61º 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 #DD80AC is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 172 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.13 |
| HSL | 331.61º | 0.58% | 0.68% | - |
| HSV(B) | 331.61º | 0.42% | 0.87% | - |
| XYZ | 44.98 | 33.79 | 43.18 | - |
| YUV | 160.82 | 134.31 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 172 | 0 | 0.42 | 0.22 | 0.13 | 331.61 | 0.58 | 0.68 |
| Hex | DD | 80 | AC | 0 | 2A | 16 | D | 14C | 3A | 44 |
| Octal | 335 | 200 | 254 | 0 | 52 | 26 | 15 | 514 | 72 | 104 |
| Binary | 11011101 | 10000000 | 10101100 | 0 | 101010 | 10110 | 1101 | 101001100 | 111010 | 1000100 |
Color Harmonies of #DD80AC
Complementary color
Monochromatic Colors of #DD80AC
Black with #DD80AC
Text Example
Text Example
White with #DD80AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD80AC; }
p { color: rgb(221,128,172); }
H1.HeaderClassName
{
color: #DD80AC;
}
.AnyTagClassName
{
color: #DD80AC;
}
</style>
background-color css
<style>
a { background-color: #DD80AC; }
a { background-color: rgb(221,128,172); }
div.DivClassName
{
background-color: #DD80AC;
}
.BgClassName
{
background-color: #DD80AC;
}
</style>
border-color css
<style>
span { border-color: #DD80AC; }
span { border-color: rgb(221,128,172); }
td.TdClassName
{
border-color: #DD80AC;
}
.TagClassName
{
border-color: #DD80AC;
}
</style>