Shades of Kobi #D389A8
Tints of Kobi #D389A8
RGB
CMYK
RGB Variations
Color information
#D389A8 (or 0xD389A8) is known color: Kobi. HEX triplet: D3, 89 and A8. RGB value is (211,137,168). Sum of RGB (Red+Green+Blue) = 211+137+168=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 211 - color contains mainly: red. Hex color #D389A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D389A8 is #2C7657. Grayscale: #A2A2A2. Windows color (decimal): -2913880 or 11045331. OLE color: 11045331.
HSL color Cylindrical-coordinate representation of color #D389A8: hue angle of 334.86º 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 #D389A8 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 137 | 168 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.17 |
| HSL | 334.86º | 0.46% | 0.68% | - |
| HSV(B) | 334.86º | 0.35% | 0.83% | - |
| XYZ | 42.88 | 34.57 | 41.46 | - |
| YUV | 162.66 | 131.02 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 137 | 168 | 0 | 0.35 | 0.20 | 0.17 | 334.86 | 0.46 | 0.68 |
| Hex | D3 | 89 | A8 | 0 | 23 | 14 | 11 | 14F | 2E | 44 |
| Octal | 323 | 211 | 250 | 0 | 43 | 24 | 21 | 517 | 56 | 104 |
| Binary | 11010011 | 10001001 | 10101000 | 0 | 100011 | 10100 | 10001 | 101001111 | 101110 | 1000100 |
Color Harmonies of #D389A8
Complementary color
Monochromatic Colors of #D389A8
Black with #D389A8
Text Example
Text Example
White with #D389A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D389A8; }
p { color: rgb(211,137,168); }
H1.HeaderClassName
{
color: #D389A8;
}
.AnyTagClassName
{
color: #D389A8;
}
</style>
background-color css
<style>
a { background-color: #D389A8; }
a { background-color: rgb(211,137,168); }
div.DivClassName
{
background-color: #D389A8;
}
.BgClassName
{
background-color: #D389A8;
}
</style>
border-color css
<style>
span { border-color: #D389A8; }
span { border-color: rgb(211,137,168); }
td.TdClassName
{
border-color: #D389A8;
}
.TagClassName
{
border-color: #D389A8;
}
</style>