Shades of Kobi #D389AA
Tints of Kobi #D389AA
RGB
CMYK
RGB Variations
Color information
#D389AA (or 0xD389AA) is known color: Kobi. HEX triplet: D3, 89 and AA. RGB value is (211,137,170). Sum of RGB (Red+Green+Blue) = 211+137+170=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 211 - color contains mainly: red. Hex color #D389AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D389AA is #2C7655. Grayscale: #A2A2A2. Windows color (decimal): -2913878 or 11176403. OLE color: 11176403.
HSL color Cylindrical-coordinate representation of color #D389AA: hue angle of 333.24º 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 #D389AA is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 137 | 170 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.17 |
| HSL | 333.24º | 0.46% | 0.68% | - |
| HSV(B) | 333.24º | 0.35% | 0.83% | - |
| XYZ | 43.07 | 34.64 | 42.45 | - |
| YUV | 162.89 | 132.02 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 137 | 170 | 0 | 0.35 | 0.19 | 0.17 | 333.24 | 0.46 | 0.68 |
| Hex | D3 | 89 | AA | 0 | 23 | 13 | 11 | 14D | 2E | 44 |
| Octal | 323 | 211 | 252 | 0 | 43 | 23 | 21 | 515 | 56 | 104 |
| Binary | 11010011 | 10001001 | 10101010 | 0 | 100011 | 10011 | 10001 | 101001101 | 101110 | 1000100 |
Color Harmonies of #D389AA
Complementary color
Monochromatic Colors of #D389AA
Black with #D389AA
Text Example
Text Example
White with #D389AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D389AA; }
p { color: rgb(211,137,170); }
H1.HeaderClassName
{
color: #D389AA;
}
.AnyTagClassName
{
color: #D389AA;
}
</style>
background-color css
<style>
a { background-color: #D389AA; }
a { background-color: rgb(211,137,170); }
div.DivClassName
{
background-color: #D389AA;
}
.BgClassName
{
background-color: #D389AA;
}
</style>
border-color css
<style>
span { border-color: #D389AA; }
span { border-color: rgb(211,137,170); }
td.TdClassName
{
border-color: #D389AA;
}
.TagClassName
{
border-color: #D389AA;
}
</style>