Shades of Kobi #DD7FA6
Tints of Kobi #DD7FA6
RGB
CMYK
RGB Variations
Color information
#DD7FA6 (or 0xDD7FA6) is known color: Kobi. HEX triplet: DD, 7F and A6. RGB value is (221,127,166). Sum of RGB (Red+Green+Blue) = 221+127+166=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7FA6 is #228059. Grayscale: #9F9F9F. Windows color (decimal): -2261082 or 10911709. OLE color: 10911709.
HSL color Cylindrical-coordinate representation of color #DD7FA6: hue angle of 335.11º 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 #DD7FA6 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 166 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.13 |
| HSL | 335.11º | 0.58% | 0.68% | - |
| HSV(B) | 335.11º | 0.43% | 0.87% | - |
| XYZ | 44.29 | 33.3 | 40.17 | - |
| YUV | 159.55 | 131.64 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 166 | 0 | 0.43 | 0.25 | 0.13 | 335.11 | 0.58 | 0.68 |
| Hex | DD | 7F | A6 | 0 | 2B | 19 | D | 14F | 3A | 44 |
| Octal | 335 | 177 | 246 | 0 | 53 | 31 | 15 | 517 | 72 | 104 |
| Binary | 11011101 | 1111111 | 10100110 | 0 | 101011 | 11001 | 1101 | 101001111 | 111010 | 1000100 |
Color Harmonies of #DD7FA6
Complementary color
Monochromatic Colors of #DD7FA6
Black with #DD7FA6
Text Example
Text Example
White with #DD7FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7FA6; }
p { color: rgb(221,127,166); }
H1.HeaderClassName
{
color: #DD7FA6;
}
.AnyTagClassName
{
color: #DD7FA6;
}
</style>
background-color css
<style>
a { background-color: #DD7FA6; }
a { background-color: rgb(221,127,166); }
div.DivClassName
{
background-color: #DD7FA6;
}
.BgClassName
{
background-color: #DD7FA6;
}
</style>
border-color css
<style>
span { border-color: #DD7FA6; }
span { border-color: rgb(221,127,166); }
td.TdClassName
{
border-color: #DD7FA6;
}
.TagClassName
{
border-color: #DD7FA6;
}
</style>