Shades of Kobi #D880AE
Tints of Kobi #D880AE
RGB
CMYK
RGB Variations
Color information
#D880AE (or 0xD880AE) is known color: Kobi. HEX triplet: D8, 80 and AE. RGB value is (216,128,174). Sum of RGB (Red+Green+Blue) = 216+128+174=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D880AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D880AE is #277F51. Grayscale: #9F9F9F. Windows color (decimal): -2588498 or 11436248. OLE color: 11436248.
HSL color Cylindrical-coordinate representation of color #D880AE: hue angle of 328.64º degrees, saturation: 0.53, 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 #D880AE is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 128 | 174 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.15 |
| HSL | 328.64º | 0.53% | 0.67% | - |
| HSV(B) | 328.64º | 0.41% | 0.85% | - |
| XYZ | 43.68 | 33.09 | 44.13 | - |
| YUV | 159.56 | 136.15 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 128 | 174 | 0 | 0.41 | 0.19 | 0.15 | 328.64 | 0.53 | 0.67 |
| Hex | D8 | 80 | AE | 0 | 29 | 13 | F | 149 | 35 | 43 |
| Octal | 330 | 200 | 256 | 0 | 51 | 23 | 17 | 511 | 65 | 103 |
| Binary | 11011000 | 10000000 | 10101110 | 0 | 101001 | 10011 | 1111 | 101001001 | 110101 | 1000011 |
Color Harmonies of #D880AE
Complementary color
Monochromatic Colors of #D880AE
Black with #D880AE
Text Example
Text Example
White with #D880AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D880AE; }
p { color: rgb(216,128,174); }
H1.HeaderClassName
{
color: #D880AE;
}
.AnyTagClassName
{
color: #D880AE;
}
</style>
background-color css
<style>
a { background-color: #D880AE; }
a { background-color: rgb(216,128,174); }
div.DivClassName
{
background-color: #D880AE;
}
.BgClassName
{
background-color: #D880AE;
}
</style>
border-color css
<style>
span { border-color: #D880AE; }
span { border-color: rgb(216,128,174); }
td.TdClassName
{
border-color: #D880AE;
}
.TagClassName
{
border-color: #D880AE;
}
</style>