Shades of Kobi #D97FAE
Tints of Kobi #D97FAE
RGB
CMYK
RGB Variations
Color information
#D97FAE (or 0xD97FAE) is known color: Kobi. HEX triplet: D9, 7F and AE. RGB value is (217,127,174). Sum of RGB (Red+Green+Blue) = 217+127+174=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D97FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97FAE is #268051. Grayscale: #9F9F9F. Windows color (decimal): -2523218 or 11435993. OLE color: 11435993.
HSL color Cylindrical-coordinate representation of color #D97FAE: hue angle of 328.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D97FAE is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 127 | 174 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.15 |
| HSL | 328.67º | 0.54% | 0.67% | - |
| HSV(B) | 328.67º | 0.41% | 0.85% | - |
| XYZ | 43.84 | 32.99 | 44.1 | - |
| YUV | 159.27 | 136.32 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 127 | 174 | 0 | 0.41 | 0.20 | 0.15 | 328.67 | 0.54 | 0.67 |
| Hex | D9 | 7F | AE | 0 | 29 | 14 | F | 149 | 36 | 43 |
| Octal | 331 | 177 | 256 | 0 | 51 | 24 | 17 | 511 | 66 | 103 |
| Binary | 11011001 | 1111111 | 10101110 | 0 | 101001 | 10100 | 1111 | 101001001 | 110110 | 1000011 |
Color Harmonies of #D97FAE
Complementary color
Monochromatic Colors of #D97FAE
Black with #D97FAE
Text Example
Text Example
White with #D97FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97FAE; }
p { color: rgb(217,127,174); }
H1.HeaderClassName
{
color: #D97FAE;
}
.AnyTagClassName
{
color: #D97FAE;
}
</style>
background-color css
<style>
a { background-color: #D97FAE; }
a { background-color: rgb(217,127,174); }
div.DivClassName
{
background-color: #D97FAE;
}
.BgClassName
{
background-color: #D97FAE;
}
</style>
border-color css
<style>
span { border-color: #D97FAE; }
span { border-color: rgb(217,127,174); }
td.TdClassName
{
border-color: #D97FAE;
}
.TagClassName
{
border-color: #D97FAE;
}
</style>