Shades of Kobi #D68AA8
Tints of Kobi #D68AA8
RGB
CMYK
RGB Variations
Color information
#D68AA8 (or 0xD68AA8) is known color: Kobi. HEX triplet: D6, 8A and A8. RGB value is (214,138,168). Sum of RGB (Red+Green+Blue) = 214+138+168=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D68AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68AA8 is #297557. Grayscale: #A4A4A4. Windows color (decimal): -2717016 or 11045590. OLE color: 11045590.
HSL color Cylindrical-coordinate representation of color #D68AA8: hue angle of 336.32º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D68AA8 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 168 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.16 |
| HSL | 336.32º | 0.48% | 0.69% | - |
| HSV(B) | 336.32º | 0.36% | 0.84% | - |
| XYZ | 43.89 | 35.3 | 41.55 | - |
| YUV | 164.14 | 130.18 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 168 | 0 | 0.36 | 0.21 | 0.16 | 336.32 | 0.48 | 0.69 |
| Hex | D6 | 8A | A8 | 0 | 24 | 15 | 10 | 150 | 30 | 45 |
| Octal | 326 | 212 | 250 | 0 | 44 | 25 | 20 | 520 | 60 | 105 |
| Binary | 11010110 | 10001010 | 10101000 | 0 | 100100 | 10101 | 10000 | 101010000 | 110000 | 1000101 |
Color Harmonies of #D68AA8
Complementary color
Monochromatic Colors of #D68AA8
Black with #D68AA8
Text Example
Text Example
White with #D68AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68AA8; }
p { color: rgb(214,138,168); }
H1.HeaderClassName
{
color: #D68AA8;
}
.AnyTagClassName
{
color: #D68AA8;
}
</style>
background-color css
<style>
a { background-color: #D68AA8; }
a { background-color: rgb(214,138,168); }
div.DivClassName
{
background-color: #D68AA8;
}
.BgClassName
{
background-color: #D68AA8;
}
</style>
border-color css
<style>
span { border-color: #D68AA8; }
span { border-color: rgb(214,138,168); }
td.TdClassName
{
border-color: #D68AA8;
}
.TagClassName
{
border-color: #D68AA8;
}
</style>