Shades of Kobi #DD82AB
Tints of Kobi #DD82AB
RGB
CMYK
RGB Variations
Color information
#DD82AB (or 0xDD82AB) is known color: Kobi. HEX triplet: DD, 82 and AB. RGB value is (221,130,171). Sum of RGB (Red+Green+Blue) = 221+130+171=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD82AB is #227D54. Grayscale: #A1A1A1. Windows color (decimal): -2260309 or 11240157. OLE color: 11240157.
HSL color Cylindrical-coordinate representation of color #DD82AB: hue angle of 332.97º 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 #DD82AB is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 171 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.13 |
| HSL | 332.97º | 0.57% | 0.69% | - |
| HSV(B) | 332.97º | 0.41% | 0.87% | - |
| XYZ | 45.15 | 34.28 | 42.76 | - |
| YUV | 161.88 | 133.15 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 171 | 0 | 0.41 | 0.23 | 0.13 | 332.97 | 0.57 | 0.69 |
| Hex | DD | 82 | AB | 0 | 29 | 17 | D | 14D | 39 | 45 |
| Octal | 335 | 202 | 253 | 0 | 51 | 27 | 15 | 515 | 71 | 105 |
| Binary | 11011101 | 10000010 | 10101011 | 0 | 101001 | 10111 | 1101 | 101001101 | 111001 | 1000101 |
Color Harmonies of #DD82AB
Complementary color
Monochromatic Colors of #DD82AB
Black with #DD82AB
Text Example
Text Example
White with #DD82AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD82AB; }
p { color: rgb(221,130,171); }
H1.HeaderClassName
{
color: #DD82AB;
}
.AnyTagClassName
{
color: #DD82AB;
}
</style>
background-color css
<style>
a { background-color: #DD82AB; }
a { background-color: rgb(221,130,171); }
div.DivClassName
{
background-color: #DD82AB;
}
.BgClassName
{
background-color: #DD82AB;
}
</style>
border-color css
<style>
span { border-color: #DD82AB; }
span { border-color: rgb(221,130,171); }
td.TdClassName
{
border-color: #DD82AB;
}
.TagClassName
{
border-color: #DD82AB;
}
</style>