Shades of Kobi #D39AB2
Tints of Kobi #D39AB2
RGB
CMYK
RGB Variations
Color information
#D39AB2 (or 0xD39AB2) is known color: Kobi. HEX triplet: D3, 9A and B2. RGB value is (211,154,178). Sum of RGB (Red+Green+Blue) = 211+154+178=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 211 - color contains mainly: red. Hex color #D39AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39AB2 is #2C654D. Grayscale: #ADADAD. Windows color (decimal): -2909518 or 11705043. OLE color: 11705043.
HSL color Cylindrical-coordinate representation of color #D39AB2: hue angle of 334.74º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D39AB2 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 154 | 178 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.17 |
| HSL | 334.74º | 0.39% | 0.72% | - |
| HSV(B) | 334.74º | 0.27% | 0.83% | - |
| XYZ | 46.46 | 40.17 | 47.43 | - |
| YUV | 173.78 | 130.38 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 154 | 178 | 0 | 0.27 | 0.16 | 0.17 | 334.74 | 0.39 | 0.72 |
| Hex | D3 | 9A | B2 | 0 | 1B | 10 | 11 | 14F | 27 | 48 |
| Octal | 323 | 232 | 262 | 0 | 33 | 20 | 21 | 517 | 47 | 110 |
| Binary | 11010011 | 10011010 | 10110010 | 0 | 11011 | 10000 | 10001 | 101001111 | 100111 | 1001000 |
Color Harmonies of #D39AB2
Complementary color
Monochromatic Colors of #D39AB2
Black with #D39AB2
Text Example
Text Example
White with #D39AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39AB2; }
p { color: rgb(211,154,178); }
H1.HeaderClassName
{
color: #D39AB2;
}
.AnyTagClassName
{
color: #D39AB2;
}
</style>
background-color css
<style>
a { background-color: #D39AB2; }
a { background-color: rgb(211,154,178); }
div.DivClassName
{
background-color: #D39AB2;
}
.BgClassName
{
background-color: #D39AB2;
}
</style>
border-color css
<style>
span { border-color: #D39AB2; }
span { border-color: rgb(211,154,178); }
td.TdClassName
{
border-color: #D39AB2;
}
.TagClassName
{
border-color: #D39AB2;
}
</style>