Shades of Kobi #D38AAE
Tints of Kobi #D38AAE
RGB
CMYK
RGB Variations
Color information
#D38AAE (or 0xD38AAE) is known color: Kobi. HEX triplet: D3, 8A and AE. RGB value is (211,138,174). Sum of RGB (Red+Green+Blue) = 211+138+174=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 211 - color contains mainly: red. Hex color #D38AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38AAE is #2C7551. Grayscale: #A3A3A3. Windows color (decimal): -2913618 or 11438803. OLE color: 11438803.
HSL color Cylindrical-coordinate representation of color #D38AAE: hue angle of 330.41º degrees, saturation: 0.45, 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 #D38AAE is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 138 | 174 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.17 |
| HSL | 330.41º | 0.45% | 0.68% | - |
| HSV(B) | 330.41º | 0.35% | 0.83% | - |
| XYZ | 43.59 | 35.08 | 44.52 | - |
| YUV | 163.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 138 | 174 | 0 | 0.35 | 0.18 | 0.17 | 330.41 | 0.45 | 0.68 |
| Hex | D3 | 8A | AE | 0 | 23 | 12 | 11 | 14A | 2D | 44 |
| Octal | 323 | 212 | 256 | 0 | 43 | 22 | 21 | 512 | 55 | 104 |
| Binary | 11010011 | 10001010 | 10101110 | 0 | 100011 | 10010 | 10001 | 101001010 | 101101 | 1000100 |
Color Harmonies of #D38AAE
Complementary color
Monochromatic Colors of #D38AAE
Black with #D38AAE
Text Example
Text Example
White with #D38AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38AAE; }
p { color: rgb(211,138,174); }
H1.HeaderClassName
{
color: #D38AAE;
}
.AnyTagClassName
{
color: #D38AAE;
}
</style>
background-color css
<style>
a { background-color: #D38AAE; }
a { background-color: rgb(211,138,174); }
div.DivClassName
{
background-color: #D38AAE;
}
.BgClassName
{
background-color: #D38AAE;
}
</style>
border-color css
<style>
span { border-color: #D38AAE; }
span { border-color: rgb(211,138,174); }
td.TdClassName
{
border-color: #D38AAE;
}
.TagClassName
{
border-color: #D38AAE;
}
</style>