Shades of Kobi #D68DB0
Tints of Kobi #D68DB0
RGB
CMYK
RGB Variations
Color information
#D68DB0 (or 0xD68DB0) is known color: Kobi. HEX triplet: D6, 8D and B0. RGB value is (214,141,176). Sum of RGB (Red+Green+Blue) = 214+141+176=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D68DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68DB0 is #29724F. Grayscale: #A6A6A6. Windows color (decimal): -2716240 or 11570646. OLE color: 11570646.
HSL color Cylindrical-coordinate representation of color #D68DB0: hue angle of 331.23º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D68DB0 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 176 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.16 |
| HSL | 331.23º | 0.47% | 0.7% | - |
| HSV(B) | 331.23º | 0.34% | 0.84% | - |
| XYZ | 45.09 | 36.48 | 45.74 | - |
| YUV | 166.82 | 133.18 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 176 | 0 | 0.34 | 0.18 | 0.16 | 331.23 | 0.47 | 0.7 |
| Hex | D6 | 8D | B0 | 0 | 22 | 12 | 10 | 14B | 2F | 46 |
| Octal | 326 | 215 | 260 | 0 | 42 | 22 | 20 | 513 | 57 | 106 |
| Binary | 11010110 | 10001101 | 10110000 | 0 | 100010 | 10010 | 10000 | 101001011 | 101111 | 1000110 |
Color Harmonies of #D68DB0
Complementary color
Monochromatic Colors of #D68DB0
Black with #D68DB0
Text Example
Text Example
White with #D68DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68DB0; }
p { color: rgb(214,141,176); }
H1.HeaderClassName
{
color: #D68DB0;
}
.AnyTagClassName
{
color: #D68DB0;
}
</style>
background-color css
<style>
a { background-color: #D68DB0; }
a { background-color: rgb(214,141,176); }
div.DivClassName
{
background-color: #D68DB0;
}
.BgClassName
{
background-color: #D68DB0;
}
</style>
border-color css
<style>
span { border-color: #D68DB0; }
span { border-color: rgb(214,141,176); }
td.TdClassName
{
border-color: #D68DB0;
}
.TagClassName
{
border-color: #D68DB0;
}
</style>