Shades of Kobi #D38EB2
Tints of Kobi #D38EB2
RGB
CMYK
RGB Variations
Color information
#D38EB2 (or 0xD38EB2) is known color: Kobi. HEX triplet: D3, 8E and B2. RGB value is (211,142,178). Sum of RGB (Red+Green+Blue) = 211+142+178=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 211 - color contains mainly: red. Hex color #D38EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38EB2 is #2C714D. Grayscale: #A6A6A6. Windows color (decimal): -2912590 or 11701971. OLE color: 11701971.
HSL color Cylindrical-coordinate representation of color #D38EB2: hue angle of 328.7º 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 #D38EB2 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 142 | 178 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.17 |
| HSL | 328.7º | 0.44% | 0.69% | - |
| HSV(B) | 328.7º | 0.33% | 0.83% | - |
| XYZ | 44.57 | 36.41 | 46.8 | - |
| YUV | 166.74 | 134.36 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 142 | 178 | 0 | 0.33 | 0.16 | 0.17 | 328.7 | 0.44 | 0.69 |
| Hex | D3 | 8E | B2 | 0 | 21 | 10 | 11 | 149 | 2C | 45 |
| Octal | 323 | 216 | 262 | 0 | 41 | 20 | 21 | 511 | 54 | 105 |
| Binary | 11010011 | 10001110 | 10110010 | 0 | 100001 | 10000 | 10001 | 101001001 | 101100 | 1000101 |
Color Harmonies of #D38EB2
Complementary color
Monochromatic Colors of #D38EB2
Black with #D38EB2
Text Example
Text Example
White with #D38EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38EB2; }
p { color: rgb(211,142,178); }
H1.HeaderClassName
{
color: #D38EB2;
}
.AnyTagClassName
{
color: #D38EB2;
}
</style>
background-color css
<style>
a { background-color: #D38EB2; }
a { background-color: rgb(211,142,178); }
div.DivClassName
{
background-color: #D38EB2;
}
.BgClassName
{
background-color: #D38EB2;
}
</style>
border-color css
<style>
span { border-color: #D38EB2; }
span { border-color: rgb(211,142,178); }
td.TdClassName
{
border-color: #D38EB2;
}
.TagClassName
{
border-color: #D38EB2;
}
</style>