Shades of Kobi #D394AA
Tints of Kobi #D394AA
RGB
CMYK
RGB Variations
Color information
#D394AA (or 0xD394AA) is known color: Kobi. HEX triplet: D3, 94 and AA. RGB value is (211,148,170). Sum of RGB (Red+Green+Blue) = 211+148+170=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 211 - color contains mainly: red. Hex color #D394AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D394AA is #2C6B55. Grayscale: #A9A9A9. Windows color (decimal): -2911062 or 11179219. OLE color: 11179219.
HSL color Cylindrical-coordinate representation of color #D394AA: hue angle of 339.05º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D394AA is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 148 | 170 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.17 |
| HSL | 339.05º | 0.42% | 0.7% | - |
| HSV(B) | 339.05º | 0.3% | 0.83% | - |
| XYZ | 44.71 | 37.93 | 43 | - |
| YUV | 169.35 | 128.37 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 148 | 170 | 0 | 0.30 | 0.19 | 0.17 | 339.05 | 0.42 | 0.7 |
| Hex | D3 | 94 | AA | 0 | 1E | 13 | 11 | 153 | 2A | 46 |
| Octal | 323 | 224 | 252 | 0 | 36 | 23 | 21 | 523 | 52 | 106 |
| Binary | 11010011 | 10010100 | 10101010 | 0 | 11110 | 10011 | 10001 | 101010011 | 101010 | 1000110 |
Color Harmonies of #D394AA
Complementary color
Monochromatic Colors of #D394AA
Black with #D394AA
Text Example
Text Example
White with #D394AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D394AA; }
p { color: rgb(211,148,170); }
H1.HeaderClassName
{
color: #D394AA;
}
.AnyTagClassName
{
color: #D394AA;
}
</style>
background-color css
<style>
a { background-color: #D394AA; }
a { background-color: rgb(211,148,170); }
div.DivClassName
{
background-color: #D394AA;
}
.BgClassName
{
background-color: #D394AA;
}
</style>
border-color css
<style>
span { border-color: #D394AA; }
span { border-color: rgb(211,148,170); }
td.TdClassName
{
border-color: #D394AA;
}
.TagClassName
{
border-color: #D394AA;
}
</style>