Shades of Kobi #D38DAC
Tints of Kobi #D38DAC
RGB
CMYK
RGB Variations
Color information
#D38DAC (or 0xD38DAC) is known color: Kobi. HEX triplet: D3, 8D and AC. RGB value is (211,141,172). Sum of RGB (Red+Green+Blue) = 211+141+172=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D38DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38DAC is #2C7253. Grayscale: #A5A5A5. Windows color (decimal): -2912852 or 11308499. OLE color: 11308499.
HSL color Cylindrical-coordinate representation of color #D38DAC: hue angle of 333.43º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D38DAC is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 141 | 172 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.17 |
| HSL | 333.43º | 0.44% | 0.69% | - |
| HSV(B) | 333.43º | 0.33% | 0.83% | - |
| XYZ | 43.84 | 35.88 | 43.64 | - |
| YUV | 165.46 | 131.69 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 141 | 172 | 0 | 0.33 | 0.18 | 0.17 | 333.43 | 0.44 | 0.69 |
| Hex | D3 | 8D | AC | 0 | 21 | 12 | 11 | 14D | 2C | 45 |
| Octal | 323 | 215 | 254 | 0 | 41 | 22 | 21 | 515 | 54 | 105 |
| Binary | 11010011 | 10001101 | 10101100 | 0 | 100001 | 10010 | 10001 | 101001101 | 101100 | 1000101 |
Color Harmonies of #D38DAC
Complementary color
Monochromatic Colors of #D38DAC
Black with #D38DAC
Text Example
Text Example
White with #D38DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38DAC; }
p { color: rgb(211,141,172); }
H1.HeaderClassName
{
color: #D38DAC;
}
.AnyTagClassName
{
color: #D38DAC;
}
</style>
background-color css
<style>
a { background-color: #D38DAC; }
a { background-color: rgb(211,141,172); }
div.DivClassName
{
background-color: #D38DAC;
}
.BgClassName
{
background-color: #D38DAC;
}
</style>
border-color css
<style>
span { border-color: #D38DAC; }
span { border-color: rgb(211,141,172); }
td.TdClassName
{
border-color: #D38DAC;
}
.TagClassName
{
border-color: #D38DAC;
}
</style>