Shades of Kobi #DD82A7
Tints of Kobi #DD82A7
RGB
CMYK
RGB Variations
Color information
#DD82A7 (or 0xDD82A7) is known color: Kobi. HEX triplet: DD, 82 and A7. RGB value is (221,130,167). Sum of RGB (Red+Green+Blue) = 221+130+167=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD82A7 is #227D58. Grayscale: #A1A1A1. Windows color (decimal): -2260313 or 10978013. OLE color: 10978013.
HSL color Cylindrical-coordinate representation of color #DD82A7: hue angle of 335.6º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD82A7 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 167 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.13 |
| HSL | 335.6º | 0.57% | 0.69% | - |
| HSV(B) | 335.6º | 0.41% | 0.87% | - |
| XYZ | 44.78 | 34.13 | 40.79 | - |
| YUV | 161.43 | 131.15 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 167 | 0 | 0.41 | 0.24 | 0.13 | 335.6 | 0.57 | 0.69 |
| Hex | DD | 82 | A7 | 0 | 29 | 18 | D | 150 | 39 | 45 |
| Octal | 335 | 202 | 247 | 0 | 51 | 30 | 15 | 520 | 71 | 105 |
| Binary | 11011101 | 10000010 | 10100111 | 0 | 101001 | 11000 | 1101 | 101010000 | 111001 | 1000101 |
Color Harmonies of #DD82A7
Complementary color
Monochromatic Colors of #DD82A7
Black with #DD82A7
Text Example
Text Example
White with #DD82A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD82A7; }
p { color: rgb(221,130,167); }
H1.HeaderClassName
{
color: #DD82A7;
}
.AnyTagClassName
{
color: #DD82A7;
}
</style>
background-color css
<style>
a { background-color: #DD82A7; }
a { background-color: rgb(221,130,167); }
div.DivClassName
{
background-color: #DD82A7;
}
.BgClassName
{
background-color: #DD82A7;
}
</style>
border-color css
<style>
span { border-color: #DD82A7; }
span { border-color: rgb(221,130,167); }
td.TdClassName
{
border-color: #DD82A7;
}
.TagClassName
{
border-color: #DD82A7;
}
</style>