Shades of Kobi #D38FAA
Tints of Kobi #D38FAA
RGB
CMYK
RGB Variations
Color information
#D38FAA (or 0xD38FAA) is known color: Kobi. HEX triplet: D3, 8F and AA. RGB value is (211,143,170). Sum of RGB (Red+Green+Blue) = 211+143+170=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D38FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38FAA is #2C7055. Grayscale: #A6A6A6. Windows color (decimal): -2912342 or 11177939. OLE color: 11177939.
HSL color Cylindrical-coordinate representation of color #D38FAA: hue angle of 336.18º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D38FAA is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 143 | 170 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.17 |
| HSL | 336.18º | 0.44% | 0.69% | - |
| HSV(B) | 336.18º | 0.32% | 0.83% | - |
| XYZ | 43.94 | 36.4 | 42.74 | - |
| YUV | 166.41 | 130.03 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 143 | 170 | 0 | 0.32 | 0.19 | 0.17 | 336.18 | 0.44 | 0.69 |
| Hex | D3 | 8F | AA | 0 | 20 | 13 | 11 | 150 | 2C | 45 |
| Octal | 323 | 217 | 252 | 0 | 40 | 23 | 21 | 520 | 54 | 105 |
| Binary | 11010011 | 10001111 | 10101010 | 0 | 100000 | 10011 | 10001 | 101010000 | 101100 | 1000101 |
Color Harmonies of #D38FAA
Complementary color
Monochromatic Colors of #D38FAA
Black with #D38FAA
Text Example
Text Example
White with #D38FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38FAA; }
p { color: rgb(211,143,170); }
H1.HeaderClassName
{
color: #D38FAA;
}
.AnyTagClassName
{
color: #D38FAA;
}
</style>
background-color css
<style>
a { background-color: #D38FAA; }
a { background-color: rgb(211,143,170); }
div.DivClassName
{
background-color: #D38FAA;
}
.BgClassName
{
background-color: #D38FAA;
}
</style>
border-color css
<style>
span { border-color: #D38FAA; }
span { border-color: rgb(211,143,170); }
td.TdClassName
{
border-color: #D38FAA;
}
.TagClassName
{
border-color: #D38FAA;
}
</style>