Shades of Kobi #D386AD
Tints of Kobi #D386AD
RGB
CMYK
RGB Variations
Color information
#D386AD (or 0xD386AD) is known color: Kobi. HEX triplet: D3, 86 and AD. RGB value is (211,134,173). Sum of RGB (Red+Green+Blue) = 211+134+173=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 211 - color contains mainly: red. Hex color #D386AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D386AD is #2C7952. Grayscale: #A1A1A1. Windows color (decimal): -2914643 or 11372243. OLE color: 11372243.
HSL color Cylindrical-coordinate representation of color #D386AD: hue angle of 329.61º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D386AD is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 134 | 173 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.17 |
| HSL | 329.61º | 0.47% | 0.68% | - |
| HSV(B) | 329.61º | 0.36% | 0.83% | - |
| XYZ | 42.93 | 33.92 | 43.82 | - |
| YUV | 161.47 | 134.51 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 134 | 173 | 0 | 0.36 | 0.18 | 0.17 | 329.61 | 0.47 | 0.68 |
| Hex | D3 | 86 | AD | 0 | 24 | 12 | 11 | 14A | 2F | 44 |
| Octal | 323 | 206 | 255 | 0 | 44 | 22 | 21 | 512 | 57 | 104 |
| Binary | 11010011 | 10000110 | 10101101 | 0 | 100100 | 10010 | 10001 | 101001010 | 101111 | 1000100 |
Color Harmonies of #D386AD
Complementary color
Monochromatic Colors of #D386AD
Black with #D386AD
Text Example
Text Example
White with #D386AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D386AD; }
p { color: rgb(211,134,173); }
H1.HeaderClassName
{
color: #D386AD;
}
.AnyTagClassName
{
color: #D386AD;
}
</style>
background-color css
<style>
a { background-color: #D386AD; }
a { background-color: rgb(211,134,173); }
div.DivClassName
{
background-color: #D386AD;
}
.BgClassName
{
background-color: #D386AD;
}
</style>
border-color css
<style>
span { border-color: #D386AD; }
span { border-color: rgb(211,134,173); }
td.TdClassName
{
border-color: #D386AD;
}
.TagClassName
{
border-color: #D386AD;
}
</style>