Shades of Kobi #D68AB0
Tints of Kobi #D68AB0
RGB
CMYK
RGB Variations
Color information
#D68AB0 (or 0xD68AB0) is known color: Kobi. HEX triplet: D6, 8A and B0. RGB value is (214,138,176). Sum of RGB (Red+Green+Blue) = 214+138+176=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D68AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68AB0 is #29754F. Grayscale: #A4A4A4. Windows color (decimal): -2717008 or 11569878. OLE color: 11569878.
HSL color Cylindrical-coordinate representation of color #D68AB0: hue angle of 330º 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 #D68AB0 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 176 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.16 |
| HSL | 330º | 0.48% | 0.69% | - |
| HSV(B) | 330º | 0.36% | 0.84% | - |
| XYZ | 44.66 | 35.61 | 45.59 | - |
| YUV | 165.06 | 134.18 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 176 | 0 | 0.36 | 0.18 | 0.16 | 330 | 0.48 | 0.69 |
| Hex | D6 | 8A | B0 | 0 | 24 | 12 | 10 | 14A | 30 | 45 |
| Octal | 326 | 212 | 260 | 0 | 44 | 22 | 20 | 512 | 60 | 105 |
| Binary | 11010110 | 10001010 | 10110000 | 0 | 100100 | 10010 | 10000 | 101001010 | 110000 | 1000101 |
Color Harmonies of #D68AB0
Complementary color
Monochromatic Colors of #D68AB0
Black with #D68AB0
Text Example
Text Example
White with #D68AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68AB0; }
p { color: rgb(214,138,176); }
H1.HeaderClassName
{
color: #D68AB0;
}
.AnyTagClassName
{
color: #D68AB0;
}
</style>
background-color css
<style>
a { background-color: #D68AB0; }
a { background-color: rgb(214,138,176); }
div.DivClassName
{
background-color: #D68AB0;
}
.BgClassName
{
background-color: #D68AB0;
}
</style>
border-color css
<style>
span { border-color: #D68AB0; }
span { border-color: rgb(214,138,176); }
td.TdClassName
{
border-color: #D68AB0;
}
.TagClassName
{
border-color: #D68AB0;
}
</style>