Shades of Kobi #DD82A5
Tints of Kobi #DD82A5
RGB
CMYK
RGB Variations
Color information
#DD82A5 (or 0xDD82A5) is known color: Kobi. HEX triplet: DD, 82 and A5. RGB value is (221,130,165). Sum of RGB (Red+Green+Blue) = 221+130+165=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD82A5 is #227D5A. Grayscale: #A1A1A1. Windows color (decimal): -2260315 or 10846941. OLE color: 10846941.
HSL color Cylindrical-coordinate representation of color #DD82A5: hue angle of 336.92º 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 #DD82A5 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 165 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.13 |
| HSL | 336.92º | 0.57% | 0.69% | - |
| HSV(B) | 336.92º | 0.41% | 0.87% | - |
| XYZ | 44.59 | 34.05 | 39.82 | - |
| YUV | 161.2 | 130.15 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 165 | 0 | 0.41 | 0.25 | 0.13 | 336.92 | 0.57 | 0.69 |
| Hex | DD | 82 | A5 | 0 | 29 | 19 | D | 151 | 39 | 45 |
| Octal | 335 | 202 | 245 | 0 | 51 | 31 | 15 | 521 | 71 | 105 |
| Binary | 11011101 | 10000010 | 10100101 | 0 | 101001 | 11001 | 1101 | 101010001 | 111001 | 1000101 |
Color Harmonies of #DD82A5
Complementary color
Monochromatic Colors of #DD82A5
Black with #DD82A5
Text Example
Text Example
White with #DD82A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD82A5; }
p { color: rgb(221,130,165); }
H1.HeaderClassName
{
color: #DD82A5;
}
.AnyTagClassName
{
color: #DD82A5;
}
</style>
background-color css
<style>
a { background-color: #DD82A5; }
a { background-color: rgb(221,130,165); }
div.DivClassName
{
background-color: #DD82A5;
}
.BgClassName
{
background-color: #DD82A5;
}
</style>
border-color css
<style>
span { border-color: #DD82A5; }
span { border-color: rgb(221,130,165); }
td.TdClassName
{
border-color: #DD82A5;
}
.TagClassName
{
border-color: #DD82A5;
}
</style>