Shades of Kobi #D392AA
Tints of Kobi #D392AA
RGB
CMYK
RGB Variations
Color information
#D392AA (or 0xD392AA) is known color: Kobi. HEX triplet: D3, 92 and AA. RGB value is (211,146,170). Sum of RGB (Red+Green+Blue) = 211+146+170=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 211 - color contains mainly: red. Hex color #D392AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D392AA is #2C6D55. Grayscale: #A8A8A8. Windows color (decimal): -2911574 or 11178707. OLE color: 11178707.
HSL color Cylindrical-coordinate representation of color #D392AA: hue angle of 337.85º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D392AA is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 146 | 170 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.17 |
| HSL | 337.85º | 0.42% | 0.7% | - |
| HSV(B) | 337.85º | 0.31% | 0.83% | - |
| XYZ | 44.4 | 37.31 | 42.89 | - |
| YUV | 168.17 | 129.03 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 146 | 170 | 0 | 0.31 | 0.19 | 0.17 | 337.85 | 0.42 | 0.7 |
| Hex | D3 | 92 | AA | 0 | 1F | 13 | 11 | 152 | 2A | 46 |
| Octal | 323 | 222 | 252 | 0 | 37 | 23 | 21 | 522 | 52 | 106 |
| Binary | 11010011 | 10010010 | 10101010 | 0 | 11111 | 10011 | 10001 | 101010010 | 101010 | 1000110 |
Color Harmonies of #D392AA
Complementary color
Monochromatic Colors of #D392AA
Black with #D392AA
Text Example
Text Example
White with #D392AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D392AA; }
p { color: rgb(211,146,170); }
H1.HeaderClassName
{
color: #D392AA;
}
.AnyTagClassName
{
color: #D392AA;
}
</style>
background-color css
<style>
a { background-color: #D392AA; }
a { background-color: rgb(211,146,170); }
div.DivClassName
{
background-color: #D392AA;
}
.BgClassName
{
background-color: #D392AA;
}
</style>
border-color css
<style>
span { border-color: #D392AA; }
span { border-color: rgb(211,146,170); }
td.TdClassName
{
border-color: #D392AA;
}
.TagClassName
{
border-color: #D392AA;
}
</style>