Shades of Kobi #D987AD
Tints of Kobi #D987AD
RGB
CMYK
RGB Variations
Color information
#D987AD (or 0xD987AD) is known color: Kobi. HEX triplet: D9, 87 and AD. RGB value is (217,135,173). Sum of RGB (Red+Green+Blue) = 217+135+173=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 135 (53.12% from 255 or 25.71% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D987AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D987AD is #267852. Grayscale: #A3A3A3. Windows color (decimal): -2521171 or 11372505. OLE color: 11372505.
HSL color Cylindrical-coordinate representation of color #D987AD: hue angle of 332.2º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D987AD is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 135 | 173 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.15 |
| HSL | 332.2º | 0.52% | 0.69% | - |
| HSV(B) | 332.2º | 0.38% | 0.85% | - |
| XYZ | 44.82 | 35.1 | 43.95 | - |
| YUV | 163.85 | 133.17 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 135 | 173 | 0 | 0.38 | 0.20 | 0.15 | 332.2 | 0.52 | 0.69 |
| Hex | D9 | 87 | AD | 0 | 26 | 14 | F | 14C | 34 | 45 |
| Octal | 331 | 207 | 255 | 0 | 46 | 24 | 17 | 514 | 64 | 105 |
| Binary | 11011001 | 10000111 | 10101101 | 0 | 100110 | 10100 | 1111 | 101001100 | 110100 | 1000101 |
Color Harmonies of #D987AD
Complementary color
Monochromatic Colors of #D987AD
Black with #D987AD
Text Example
Text Example
White with #D987AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D987AD; }
p { color: rgb(217,135,173); }
H1.HeaderClassName
{
color: #D987AD;
}
.AnyTagClassName
{
color: #D987AD;
}
</style>
background-color css
<style>
a { background-color: #D987AD; }
a { background-color: rgb(217,135,173); }
div.DivClassName
{
background-color: #D987AD;
}
.BgClassName
{
background-color: #D987AD;
}
</style>
border-color css
<style>
span { border-color: #D987AD; }
span { border-color: rgb(217,135,173); }
td.TdClassName
{
border-color: #D987AD;
}
.TagClassName
{
border-color: #D987AD;
}
</style>