Shades of Kobi #D389AB
Tints of Kobi #D389AB
RGB
CMYK
RGB Variations
Color information
#D389AB (or 0xD389AB) is known color: Kobi. HEX triplet: D3, 89 and AB. RGB value is (211,137,171). Sum of RGB (Red+Green+Blue) = 211+137+171=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D389AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D389AB is #2C7654. Grayscale: #A2A2A2. Windows color (decimal): -2913877 or 11241939. OLE color: 11241939.
HSL color Cylindrical-coordinate representation of color #D389AB: hue angle of 332.43º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D389AB is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 137 | 171 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.17 |
| HSL | 332.43º | 0.46% | 0.68% | - |
| HSV(B) | 332.43º | 0.35% | 0.83% | - |
| XYZ | 43.16 | 34.68 | 42.95 | - |
| YUV | 163 | 132.52 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 137 | 171 | 0 | 0.35 | 0.19 | 0.17 | 332.43 | 0.46 | 0.68 |
| Hex | D3 | 89 | AB | 0 | 23 | 13 | 11 | 14C | 2E | 44 |
| Octal | 323 | 211 | 253 | 0 | 43 | 23 | 21 | 514 | 56 | 104 |
| Binary | 11010011 | 10001001 | 10101011 | 0 | 100011 | 10011 | 10001 | 101001100 | 101110 | 1000100 |
Color Harmonies of #D389AB
Complementary color
Monochromatic Colors of #D389AB
Black with #D389AB
Text Example
Text Example
White with #D389AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D389AB; }
p { color: rgb(211,137,171); }
H1.HeaderClassName
{
color: #D389AB;
}
.AnyTagClassName
{
color: #D389AB;
}
</style>
background-color css
<style>
a { background-color: #D389AB; }
a { background-color: rgb(211,137,171); }
div.DivClassName
{
background-color: #D389AB;
}
.BgClassName
{
background-color: #D389AB;
}
</style>
border-color css
<style>
span { border-color: #D389AB; }
span { border-color: rgb(211,137,171); }
td.TdClassName
{
border-color: #D389AB;
}
.TagClassName
{
border-color: #D389AB;
}
</style>