Shades of Kobi #DD82B0
Tints of Kobi #DD82B0
RGB
CMYK
RGB Variations
Color information
#DD82B0 (or 0xDD82B0) is known color: Kobi. HEX triplet: DD, 82 and B0. RGB value is (221,130,176). Sum of RGB (Red+Green+Blue) = 221+130+176=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD82B0 is #227D4F. Grayscale: #A2A2A2. Windows color (decimal): -2260304 or 11567837. OLE color: 11567837.
HSL color Cylindrical-coordinate representation of color #DD82B0: hue angle of 329.67º 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 #DD82B0 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 176 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.13 |
| HSL | 329.67º | 0.57% | 0.69% | - |
| HSV(B) | 329.67º | 0.41% | 0.87% | - |
| XYZ | 45.64 | 34.47 | 45.32 | - |
| YUV | 162.45 | 135.65 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 176 | 0 | 0.41 | 0.20 | 0.13 | 329.67 | 0.57 | 0.69 |
| Hex | DD | 82 | B0 | 0 | 29 | 14 | D | 14A | 39 | 45 |
| Octal | 335 | 202 | 260 | 0 | 51 | 24 | 15 | 512 | 71 | 105 |
| Binary | 11011101 | 10000010 | 10110000 | 0 | 101001 | 10100 | 1101 | 101001010 | 111001 | 1000101 |
Color Harmonies of #DD82B0
Complementary color
Monochromatic Colors of #DD82B0
Black with #DD82B0
Text Example
Text Example
White with #DD82B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD82B0; }
p { color: rgb(221,130,176); }
H1.HeaderClassName
{
color: #DD82B0;
}
.AnyTagClassName
{
color: #DD82B0;
}
</style>
background-color css
<style>
a { background-color: #DD82B0; }
a { background-color: rgb(221,130,176); }
div.DivClassName
{
background-color: #DD82B0;
}
.BgClassName
{
background-color: #DD82B0;
}
</style>
border-color css
<style>
span { border-color: #DD82B0; }
span { border-color: rgb(221,130,176); }
td.TdClassName
{
border-color: #DD82B0;
}
.TagClassName
{
border-color: #DD82B0;
}
</style>