Shades of Kobi #DD86B3
Tints of Kobi #DD86B3
RGB
CMYK
RGB Variations
Color information
#DD86B3 (or 0xDD86B3) is known color: Kobi. HEX triplet: DD, 86 and B3. RGB value is (221,134,179). Sum of RGB (Red+Green+Blue) = 221+134+179=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD86B3 is #22794C. Grayscale: #A5A5A5. Windows color (decimal): -2259277 or 11765469. OLE color: 11765469.
HSL color Cylindrical-coordinate representation of color #DD86B3: hue angle of 328.97º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD86B3 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 179 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.13 |
| HSL | 328.97º | 0.56% | 0.7% | - |
| HSV(B) | 328.97º | 0.39% | 0.87% | - |
| XYZ | 46.48 | 35.68 | 47.08 | - |
| YUV | 165.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 179 | 0 | 0.39 | 0.19 | 0.13 | 328.97 | 0.56 | 0.7 |
| Hex | DD | 86 | B3 | 0 | 27 | 13 | D | 149 | 38 | 46 |
| Octal | 335 | 206 | 263 | 0 | 47 | 23 | 15 | 511 | 70 | 106 |
| Binary | 11011101 | 10000110 | 10110011 | 0 | 100111 | 10011 | 1101 | 101001001 | 111000 | 1000110 |
Color Harmonies of #DD86B3
Complementary color
Monochromatic Colors of #DD86B3
Black with #DD86B3
Text Example
Text Example
White with #DD86B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD86B3; }
p { color: rgb(221,134,179); }
H1.HeaderClassName
{
color: #DD86B3;
}
.AnyTagClassName
{
color: #DD86B3;
}
</style>
background-color css
<style>
a { background-color: #DD86B3; }
a { background-color: rgb(221,134,179); }
div.DivClassName
{
background-color: #DD86B3;
}
.BgClassName
{
background-color: #DD86B3;
}
</style>
border-color css
<style>
span { border-color: #DD86B3; }
span { border-color: rgb(221,134,179); }
td.TdClassName
{
border-color: #DD86B3;
}
.TagClassName
{
border-color: #DD86B3;
}
</style>