Shades of Kobi #D88AAC
Tints of Kobi #D88AAC
RGB
CMYK
RGB Variations
Color information
#D88AAC (or 0xD88AAC) is known color: Kobi. HEX triplet: D8, 8A and AC. RGB value is (216,138,172). Sum of RGB (Red+Green+Blue) = 216+138+172=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D88AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88AAC is #277553. Grayscale: #A5A5A5. Windows color (decimal): -2585940 or 11307736. OLE color: 11307736.
HSL color Cylindrical-coordinate representation of color #D88AAC: hue angle of 333.85º 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 #D88AAC is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 138 | 172 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.15 |
| HSL | 333.85º | 0.5% | 0.69% | - |
| HSV(B) | 333.85º | 0.36% | 0.85% | - |
| XYZ | 44.85 | 35.75 | 43.57 | - |
| YUV | 165.2 | 131.84 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 172 | 0 | 0.36 | 0.20 | 0.15 | 333.85 | 0.5 | 0.69 |
| Hex | D8 | 8A | AC | 0 | 24 | 14 | F | 14E | 32 | 45 |
| Octal | 330 | 212 | 254 | 0 | 44 | 24 | 17 | 516 | 62 | 105 |
| Binary | 11011000 | 10001010 | 10101100 | 0 | 100100 | 10100 | 1111 | 101001110 | 110010 | 1000101 |
Color Harmonies of #D88AAC
Complementary color
Monochromatic Colors of #D88AAC
Black with #D88AAC
Text Example
Text Example
White with #D88AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88AAC; }
p { color: rgb(216,138,172); }
H1.HeaderClassName
{
color: #D88AAC;
}
.AnyTagClassName
{
color: #D88AAC;
}
</style>
background-color css
<style>
a { background-color: #D88AAC; }
a { background-color: rgb(216,138,172); }
div.DivClassName
{
background-color: #D88AAC;
}
.BgClassName
{
background-color: #D88AAC;
}
</style>
border-color css
<style>
span { border-color: #D88AAC; }
span { border-color: rgb(216,138,172); }
td.TdClassName
{
border-color: #D88AAC;
}
.TagClassName
{
border-color: #D88AAC;
}
</style>