Shades of Kobi #D38AAA
Tints of Kobi #D38AAA
RGB
CMYK
RGB Variations
Color information
#D38AAA (or 0xD38AAA) is known color: Kobi. HEX triplet: D3, 8A and AA. RGB value is (211,138,170). Sum of RGB (Red+Green+Blue) = 211+138+170=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D38AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38AAA is #2C7555. Grayscale: #A3A3A3. Windows color (decimal): -2913622 or 11176659. OLE color: 11176659.
HSL color Cylindrical-coordinate representation of color #D38AAA: hue angle of 333.7º 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 #D38AAA is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 138 | 170 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.17 |
| HSL | 333.7º | 0.45% | 0.68% | - |
| HSV(B) | 333.7º | 0.35% | 0.83% | - |
| XYZ | 43.21 | 34.93 | 42.49 | - |
| YUV | 163.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 138 | 170 | 0 | 0.35 | 0.19 | 0.17 | 333.7 | 0.45 | 0.68 |
| Hex | D3 | 8A | AA | 0 | 23 | 13 | 11 | 14E | 2D | 44 |
| Octal | 323 | 212 | 252 | 0 | 43 | 23 | 21 | 516 | 55 | 104 |
| Binary | 11010011 | 10001010 | 10101010 | 0 | 100011 | 10011 | 10001 | 101001110 | 101101 | 1000100 |
Color Harmonies of #D38AAA
Complementary color
Monochromatic Colors of #D38AAA
Black with #D38AAA
Text Example
Text Example
White with #D38AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38AAA; }
p { color: rgb(211,138,170); }
H1.HeaderClassName
{
color: #D38AAA;
}
.AnyTagClassName
{
color: #D38AAA;
}
</style>
background-color css
<style>
a { background-color: #D38AAA; }
a { background-color: rgb(211,138,170); }
div.DivClassName
{
background-color: #D38AAA;
}
.BgClassName
{
background-color: #D38AAA;
}
</style>
border-color css
<style>
span { border-color: #D38AAA; }
span { border-color: rgb(211,138,170); }
td.TdClassName
{
border-color: #D38AAA;
}
.TagClassName
{
border-color: #D38AAA;
}
</style>