Shades of Kobi #D897AF
Tints of Kobi #D897AF
RGB
CMYK
RGB Variations
Color information
#D897AF (or 0xD897AF) is known color: Kobi. HEX triplet: D8, 97 and AF. RGB value is (216,151,175). Sum of RGB (Red+Green+Blue) = 216+151+175=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D897AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D897AF is #276850. Grayscale: #ADADAD. Windows color (decimal): -2582609 or 11507672. OLE color: 11507672.
HSL color Cylindrical-coordinate representation of color #D897AF: hue angle of 337.85º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D897AF is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 151 | 175 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.15 |
| HSL | 337.85º | 0.45% | 0.72% | - |
| HSV(B) | 337.85º | 0.3% | 0.85% | - |
| XYZ | 47.12 | 39.83 | 45.76 | - |
| YUV | 173.17 | 129.03 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 151 | 175 | 0 | 0.30 | 0.19 | 0.15 | 337.85 | 0.45 | 0.72 |
| Hex | D8 | 97 | AF | 0 | 1E | 13 | F | 152 | 2D | 48 |
| Octal | 330 | 227 | 257 | 0 | 36 | 23 | 17 | 522 | 55 | 110 |
| Binary | 11011000 | 10010111 | 10101111 | 0 | 11110 | 10011 | 1111 | 101010010 | 101101 | 1001000 |
Color Harmonies of #D897AF
Complementary color
Monochromatic Colors of #D897AF
Black with #D897AF
Text Example
Text Example
White with #D897AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D897AF; }
p { color: rgb(216,151,175); }
H1.HeaderClassName
{
color: #D897AF;
}
.AnyTagClassName
{
color: #D897AF;
}
</style>
background-color css
<style>
a { background-color: #D897AF; }
a { background-color: rgb(216,151,175); }
div.DivClassName
{
background-color: #D897AF;
}
.BgClassName
{
background-color: #D897AF;
}
</style>
border-color css
<style>
span { border-color: #D897AF; }
span { border-color: rgb(216,151,175); }
td.TdClassName
{
border-color: #D897AF;
}
.TagClassName
{
border-color: #D897AF;
}
</style>