Shades of Kobi #D88AAF
Tints of Kobi #D88AAF
RGB
CMYK
RGB Variations
Color information
#D88AAF (or 0xD88AAF) is known color: Kobi. HEX triplet: D8, 8A and AF. RGB value is (216,138,175). Sum of RGB (Red+Green+Blue) = 216+138+175=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D88AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88AAF is #277550. Grayscale: #A5A5A5. Windows color (decimal): -2585937 or 11504344. OLE color: 11504344.
HSL color Cylindrical-coordinate representation of color #D88AAF: hue angle of 331.54º 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 #D88AAF is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 138 | 175 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.15 |
| HSL | 331.54º | 0.5% | 0.69% | - |
| HSV(B) | 331.54º | 0.36% | 0.85% | - |
| XYZ | 45.15 | 35.87 | 45.1 | - |
| YUV | 165.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 175 | 0 | 0.36 | 0.19 | 0.15 | 331.54 | 0.5 | 0.69 |
| Hex | D8 | 8A | AF | 0 | 24 | 13 | F | 14C | 32 | 45 |
| Octal | 330 | 212 | 257 | 0 | 44 | 23 | 17 | 514 | 62 | 105 |
| Binary | 11011000 | 10001010 | 10101111 | 0 | 100100 | 10011 | 1111 | 101001100 | 110010 | 1000101 |
Color Harmonies of #D88AAF
Complementary color
Monochromatic Colors of #D88AAF
Black with #D88AAF
Text Example
Text Example
White with #D88AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88AAF; }
p { color: rgb(216,138,175); }
H1.HeaderClassName
{
color: #D88AAF;
}
.AnyTagClassName
{
color: #D88AAF;
}
</style>
background-color css
<style>
a { background-color: #D88AAF; }
a { background-color: rgb(216,138,175); }
div.DivClassName
{
background-color: #D88AAF;
}
.BgClassName
{
background-color: #D88AAF;
}
</style>
border-color css
<style>
span { border-color: #D88AAF; }
span { border-color: rgb(216,138,175); }
td.TdClassName
{
border-color: #D88AAF;
}
.TagClassName
{
border-color: #D88AAF;
}
</style>