Shades of Kobi #D88AB4
Tints of Kobi #D88AB4
RGB
CMYK
RGB Variations
Color information
#D88AB4 (or 0xD88AB4) is known color: Kobi. HEX triplet: D8, 8A and B4. RGB value is (216,138,180). Sum of RGB (Red+Green+Blue) = 216+138+180=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D88AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88AB4 is #27754B. Grayscale: #A6A6A6. Windows color (decimal): -2585932 or 11832024. OLE color: 11832024.
HSL color Cylindrical-coordinate representation of color #D88AB4: hue angle of 327.69º 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 #D88AB4 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 138 | 180 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.15 |
| HSL | 327.69º | 0.5% | 0.69% | - |
| HSV(B) | 327.69º | 0.36% | 0.85% | - |
| XYZ | 45.65 | 36.07 | 47.74 | - |
| YUV | 166.11 | 135.84 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 180 | 0 | 0.36 | 0.17 | 0.15 | 327.69 | 0.5 | 0.69 |
| Hex | D8 | 8A | B4 | 0 | 24 | 11 | F | 148 | 32 | 45 |
| Octal | 330 | 212 | 264 | 0 | 44 | 21 | 17 | 510 | 62 | 105 |
| Binary | 11011000 | 10001010 | 10110100 | 0 | 100100 | 10001 | 1111 | 101001000 | 110010 | 1000101 |
Color Harmonies of #D88AB4
Complementary color
Monochromatic Colors of #D88AB4
Black with #D88AB4
Text Example
Text Example
White with #D88AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88AB4; }
p { color: rgb(216,138,180); }
H1.HeaderClassName
{
color: #D88AB4;
}
.AnyTagClassName
{
color: #D88AB4;
}
</style>
background-color css
<style>
a { background-color: #D88AB4; }
a { background-color: rgb(216,138,180); }
div.DivClassName
{
background-color: #D88AB4;
}
.BgClassName
{
background-color: #D88AB4;
}
</style>
border-color css
<style>
span { border-color: #D88AB4; }
span { border-color: rgb(216,138,180); }
td.TdClassName
{
border-color: #D88AB4;
}
.TagClassName
{
border-color: #D88AB4;
}
</style>