Shades of Kobi #D386AF
Tints of Kobi #D386AF
RGB
CMYK
RGB Variations
Color information
#D386AF (or 0xD386AF) is known color: Kobi. HEX triplet: D3, 86 and AF. RGB value is (211,134,175). Sum of RGB (Red+Green+Blue) = 211+134+175=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 211 - color contains mainly: red. Hex color #D386AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D386AF is #2C7950. Grayscale: #A1A1A1. Windows color (decimal): -2914641 or 11503315. OLE color: 11503315.
HSL color Cylindrical-coordinate representation of color #D386AF: hue angle of 328.05º 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 #D386AF is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 134 | 175 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.17 |
| HSL | 328.05º | 0.47% | 0.68% | - |
| HSV(B) | 328.05º | 0.36% | 0.83% | - |
| XYZ | 43.13 | 33.99 | 44.85 | - |
| YUV | 161.7 | 135.51 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 134 | 175 | 0 | 0.36 | 0.17 | 0.17 | 328.05 | 0.47 | 0.68 |
| Hex | D3 | 86 | AF | 0 | 24 | 11 | 11 | 148 | 2F | 44 |
| Octal | 323 | 206 | 257 | 0 | 44 | 21 | 21 | 510 | 57 | 104 |
| Binary | 11010011 | 10000110 | 10101111 | 0 | 100100 | 10001 | 10001 | 101001000 | 101111 | 1000100 |
Color Harmonies of #D386AF
Complementary color
Monochromatic Colors of #D386AF
Black with #D386AF
Text Example
Text Example
White with #D386AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D386AF; }
p { color: rgb(211,134,175); }
H1.HeaderClassName
{
color: #D386AF;
}
.AnyTagClassName
{
color: #D386AF;
}
</style>
background-color css
<style>
a { background-color: #D386AF; }
a { background-color: rgb(211,134,175); }
div.DivClassName
{
background-color: #D386AF;
}
.BgClassName
{
background-color: #D386AF;
}
</style>
border-color css
<style>
span { border-color: #D386AF; }
span { border-color: rgb(211,134,175); }
td.TdClassName
{
border-color: #D386AF;
}
.TagClassName
{
border-color: #D386AF;
}
</style>