Shades of Kobi #D985B0
Tints of Kobi #D985B0
RGB
CMYK
RGB Variations
Color information
#D985B0 (or 0xD985B0) is known color: Kobi. HEX triplet: D9, 85 and B0. RGB value is (217,133,176). Sum of RGB (Red+Green+Blue) = 217+133+176=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D985B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D985B0 is #267A4F. Grayscale: #A2A2A2. Windows color (decimal): -2521680 or 11568601. OLE color: 11568601.
HSL color Cylindrical-coordinate representation of color #D985B0: hue angle of 329.29º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D985B0 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 133 | 176 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.15 |
| HSL | 329.29º | 0.53% | 0.69% | - |
| HSV(B) | 329.29º | 0.39% | 0.85% | - |
| XYZ | 44.84 | 34.66 | 45.4 | - |
| YUV | 163.02 | 135.33 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 133 | 176 | 0 | 0.39 | 0.19 | 0.15 | 329.29 | 0.53 | 0.69 |
| Hex | D9 | 85 | B0 | 0 | 27 | 13 | F | 149 | 34 | 45 |
| Octal | 331 | 205 | 260 | 0 | 47 | 23 | 17 | 511 | 64 | 105 |
| Binary | 11011001 | 10000101 | 10110000 | 0 | 100111 | 10011 | 1111 | 101001001 | 110100 | 1000101 |
Color Harmonies of #D985B0
Complementary color
Monochromatic Colors of #D985B0
Black with #D985B0
Text Example
Text Example
White with #D985B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D985B0; }
p { color: rgb(217,133,176); }
H1.HeaderClassName
{
color: #D985B0;
}
.AnyTagClassName
{
color: #D985B0;
}
</style>
background-color css
<style>
a { background-color: #D985B0; }
a { background-color: rgb(217,133,176); }
div.DivClassName
{
background-color: #D985B0;
}
.BgClassName
{
background-color: #D985B0;
}
</style>
border-color css
<style>
span { border-color: #D985B0; }
span { border-color: rgb(217,133,176); }
td.TdClassName
{
border-color: #D985B0;
}
.TagClassName
{
border-color: #D985B0;
}
</style>