Shades of Kobi #D88AB0
Tints of Kobi #D88AB0
RGB
CMYK
RGB Variations
Color information
#D88AB0 (or 0xD88AB0) is known color: Kobi. HEX triplet: D8, 8A and B0. RGB value is (216,138,176). Sum of RGB (Red+Green+Blue) = 216+138+176=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D88AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88AB0 is #27754F. Grayscale: #A5A5A5. Windows color (decimal): -2585936 or 11569880. OLE color: 11569880.
HSL color Cylindrical-coordinate representation of color #D88AB0: hue angle of 330.77º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D88AB0 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 138 | 176 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.15 |
| HSL | 330.77º | 0.5% | 0.69% | - |
| HSV(B) | 330.77º | 0.36% | 0.85% | - |
| XYZ | 45.24 | 35.91 | 45.62 | - |
| YUV | 165.65 | 133.84 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 176 | 0 | 0.36 | 0.19 | 0.15 | 330.77 | 0.5 | 0.69 |
| Hex | D8 | 8A | B0 | 0 | 24 | 13 | F | 14B | 32 | 45 |
| Octal | 330 | 212 | 260 | 0 | 44 | 23 | 17 | 513 | 62 | 105 |
| Binary | 11011000 | 10001010 | 10110000 | 0 | 100100 | 10011 | 1111 | 101001011 | 110010 | 1000101 |
Color Harmonies of #D88AB0
Complementary color
Monochromatic Colors of #D88AB0
Black with #D88AB0
Text Example
Text Example
White with #D88AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88AB0; }
p { color: rgb(216,138,176); }
H1.HeaderClassName
{
color: #D88AB0;
}
.AnyTagClassName
{
color: #D88AB0;
}
</style>
background-color css
<style>
a { background-color: #D88AB0; }
a { background-color: rgb(216,138,176); }
div.DivClassName
{
background-color: #D88AB0;
}
.BgClassName
{
background-color: #D88AB0;
}
</style>
border-color css
<style>
span { border-color: #D88AB0; }
span { border-color: rgb(216,138,176); }
td.TdClassName
{
border-color: #D88AB0;
}
.TagClassName
{
border-color: #D88AB0;
}
</style>