Shades of Kobi #D385AB
Tints of Kobi #D385AB
RGB
CMYK
RGB Variations
Color information
#D385AB (or 0xD385AB) is known color: Kobi. HEX triplet: D3, 85 and AB. RGB value is (211,133,171). Sum of RGB (Red+Green+Blue) = 211+133+171=515 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.97% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 211 - color contains mainly: red. Hex color #D385AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D385AB is #2C7A54. Grayscale: #A0A0A0. Windows color (decimal): -2914901 or 11240915. OLE color: 11240915.
HSL color Cylindrical-coordinate representation of color #D385AB: hue angle of 330.77º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D385AB is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 133 | 171 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.17 |
| HSL | 330.77º | 0.47% | 0.67% | - |
| HSV(B) | 330.77º | 0.37% | 0.83% | - |
| XYZ | 42.6 | 33.56 | 42.76 | - |
| YUV | 160.65 | 133.84 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 133 | 171 | 0 | 0.37 | 0.19 | 0.17 | 330.77 | 0.47 | 0.67 |
| Hex | D3 | 85 | AB | 0 | 25 | 13 | 11 | 14B | 2F | 43 |
| Octal | 323 | 205 | 253 | 0 | 45 | 23 | 21 | 513 | 57 | 103 |
| Binary | 11010011 | 10000101 | 10101011 | 0 | 100101 | 10011 | 10001 | 101001011 | 101111 | 1000011 |
Color Harmonies of #D385AB
Complementary color
Monochromatic Colors of #D385AB
Black with #D385AB
Text Example
Text Example
White with #D385AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D385AB; }
p { color: rgb(211,133,171); }
H1.HeaderClassName
{
color: #D385AB;
}
.AnyTagClassName
{
color: #D385AB;
}
</style>
background-color css
<style>
a { background-color: #D385AB; }
a { background-color: rgb(211,133,171); }
div.DivClassName
{
background-color: #D385AB;
}
.BgClassName
{
background-color: #D385AB;
}
</style>
border-color css
<style>
span { border-color: #D385AB; }
span { border-color: rgb(211,133,171); }
td.TdClassName
{
border-color: #D385AB;
}
.TagClassName
{
border-color: #D385AB;
}
</style>