Shades of Kobi #D38AAF
Tints of Kobi #D38AAF
RGB
CMYK
RGB Variations
Color information
#D38AAF (or 0xD38AAF) is known color: Kobi. HEX triplet: D3, 8A and AF. RGB value is (211,138,175). Sum of RGB (Red+Green+Blue) = 211+138+175=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D38AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38AAF is #2C7550. Grayscale: #A3A3A3. Windows color (decimal): -2913617 or 11504339. OLE color: 11504339.
HSL color Cylindrical-coordinate representation of color #D38AAF: hue angle of 329.59º 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 #D38AAF is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 138 | 175 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.17 |
| HSL | 329.59º | 0.45% | 0.68% | - |
| HSV(B) | 329.59º | 0.35% | 0.83% | - |
| XYZ | 43.69 | 35.12 | 45.03 | - |
| YUV | 164.05 | 134.18 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 138 | 175 | 0 | 0.35 | 0.17 | 0.17 | 329.59 | 0.45 | 0.68 |
| Hex | D3 | 8A | AF | 0 | 23 | 11 | 11 | 14A | 2D | 44 |
| Octal | 323 | 212 | 257 | 0 | 43 | 21 | 21 | 512 | 55 | 104 |
| Binary | 11010011 | 10001010 | 10101111 | 0 | 100011 | 10001 | 10001 | 101001010 | 101101 | 1000100 |
Color Harmonies of #D38AAF
Complementary color
Monochromatic Colors of #D38AAF
Black with #D38AAF
Text Example
Text Example
White with #D38AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38AAF; }
p { color: rgb(211,138,175); }
H1.HeaderClassName
{
color: #D38AAF;
}
.AnyTagClassName
{
color: #D38AAF;
}
</style>
background-color css
<style>
a { background-color: #D38AAF; }
a { background-color: rgb(211,138,175); }
div.DivClassName
{
background-color: #D38AAF;
}
.BgClassName
{
background-color: #D38AAF;
}
</style>
border-color css
<style>
span { border-color: #D38AAF; }
span { border-color: rgb(211,138,175); }
td.TdClassName
{
border-color: #D38AAF;
}
.TagClassName
{
border-color: #D38AAF;
}
</style>