Shades of Kobi #D883AD
Tints of Kobi #D883AD
RGB
CMYK
RGB Variations
Color information
#D883AD (or 0xD883AD) is known color: Kobi. HEX triplet: D8, 83 and AD. RGB value is (216,131,173). Sum of RGB (Red+Green+Blue) = 216+131+173=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D883AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D883AD is #277C52. Grayscale: #A1A1A1. Windows color (decimal): -2587731 or 11371480. OLE color: 11371480.
HSL color Cylindrical-coordinate representation of color #D883AD: hue angle of 330.35º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D883AD is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 131 | 173 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.15 |
| HSL | 330.35º | 0.52% | 0.68% | - |
| HSV(B) | 330.35º | 0.39% | 0.85% | - |
| XYZ | 43.98 | 33.85 | 43.75 | - |
| YUV | 161.2 | 134.66 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 131 | 173 | 0 | 0.39 | 0.20 | 0.15 | 330.35 | 0.52 | 0.68 |
| Hex | D8 | 83 | AD | 0 | 27 | 14 | F | 14A | 34 | 44 |
| Octal | 330 | 203 | 255 | 0 | 47 | 24 | 17 | 512 | 64 | 104 |
| Binary | 11011000 | 10000011 | 10101101 | 0 | 100111 | 10100 | 1111 | 101001010 | 110100 | 1000100 |
Color Harmonies of #D883AD
Complementary color
Monochromatic Colors of #D883AD
Black with #D883AD
Text Example
Text Example
White with #D883AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D883AD; }
p { color: rgb(216,131,173); }
H1.HeaderClassName
{
color: #D883AD;
}
.AnyTagClassName
{
color: #D883AD;
}
</style>
background-color css
<style>
a { background-color: #D883AD; }
a { background-color: rgb(216,131,173); }
div.DivClassName
{
background-color: #D883AD;
}
.BgClassName
{
background-color: #D883AD;
}
</style>
border-color css
<style>
span { border-color: #D883AD; }
span { border-color: rgb(216,131,173); }
td.TdClassName
{
border-color: #D883AD;
}
.TagClassName
{
border-color: #D883AD;
}
</style>