Shades of Kobi #D882AD
Tints of Kobi #D882AD
RGB
CMYK
RGB Variations
Color information
#D882AD (or 0xD882AD) is known color: Kobi. HEX triplet: D8, 82 and AD. RGB value is (216,130,173). Sum of RGB (Red+Green+Blue) = 216+130+173=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D882AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D882AD is #277D52. Grayscale: #A0A0A0. Windows color (decimal): -2587987 or 11371224. OLE color: 11371224.
HSL color Cylindrical-coordinate representation of color #D882AD: hue angle of 330º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D882AD is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 130 | 173 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.15 |
| HSL | 330º | 0.52% | 0.68% | - |
| HSV(B) | 330º | 0.4% | 0.85% | - |
| XYZ | 43.84 | 33.58 | 43.71 | - |
| YUV | 160.62 | 134.99 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 173 | 0 | 0.40 | 0.20 | 0.15 | 330 | 0.52 | 0.68 |
| Hex | D8 | 82 | AD | 0 | 28 | 14 | F | 14A | 34 | 44 |
| Octal | 330 | 202 | 255 | 0 | 50 | 24 | 17 | 512 | 64 | 104 |
| Binary | 11011000 | 10000010 | 10101101 | 0 | 101000 | 10100 | 1111 | 101001010 | 110100 | 1000100 |
Color Harmonies of #D882AD
Complementary color
Monochromatic Colors of #D882AD
Black with #D882AD
Text Example
Text Example
White with #D882AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D882AD; }
p { color: rgb(216,130,173); }
H1.HeaderClassName
{
color: #D882AD;
}
.AnyTagClassName
{
color: #D882AD;
}
</style>
background-color css
<style>
a { background-color: #D882AD; }
a { background-color: rgb(216,130,173); }
div.DivClassName
{
background-color: #D882AD;
}
.BgClassName
{
background-color: #D882AD;
}
</style>
border-color css
<style>
span { border-color: #D882AD; }
span { border-color: rgb(216,130,173); }
td.TdClassName
{
border-color: #D882AD;
}
.TagClassName
{
border-color: #D882AD;
}
</style>