Shades of Kobi #D88AB3
Tints of Kobi #D88AB3
RGB
CMYK
RGB Variations
Color information
#D88AB3 (or 0xD88AB3) is known color: Kobi. HEX triplet: D8, 8A and B3. RGB value is (216,138,179). Sum of RGB (Red+Green+Blue) = 216+138+179=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D88AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88AB3 is #27754C. Grayscale: #A5A5A5. Windows color (decimal): -2585933 or 11766488. OLE color: 11766488.
HSL color Cylindrical-coordinate representation of color #D88AB3: hue angle of 328.46º 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 #D88AB3 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 138 | 179 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.15 |
| HSL | 328.46º | 0.5% | 0.69% | - |
| HSV(B) | 328.46º | 0.36% | 0.85% | - |
| XYZ | 45.54 | 36.03 | 47.2 | - |
| YUV | 166 | 135.34 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 179 | 0 | 0.36 | 0.17 | 0.15 | 328.46 | 0.5 | 0.69 |
| Hex | D8 | 8A | B3 | 0 | 24 | 11 | F | 148 | 32 | 45 |
| Octal | 330 | 212 | 263 | 0 | 44 | 21 | 17 | 510 | 62 | 105 |
| Binary | 11011000 | 10001010 | 10110011 | 0 | 100100 | 10001 | 1111 | 101001000 | 110010 | 1000101 |
Color Harmonies of #D88AB3
Complementary color
Monochromatic Colors of #D88AB3
Black with #D88AB3
Text Example
Text Example
White with #D88AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88AB3; }
p { color: rgb(216,138,179); }
H1.HeaderClassName
{
color: #D88AB3;
}
.AnyTagClassName
{
color: #D88AB3;
}
</style>
background-color css
<style>
a { background-color: #D88AB3; }
a { background-color: rgb(216,138,179); }
div.DivClassName
{
background-color: #D88AB3;
}
.BgClassName
{
background-color: #D88AB3;
}
</style>
border-color css
<style>
span { border-color: #D88AB3; }
span { border-color: rgb(216,138,179); }
td.TdClassName
{
border-color: #D88AB3;
}
.TagClassName
{
border-color: #D88AB3;
}
</style>