Shades of Kobi #D98AB3
Tints of Kobi #D98AB3
RGB
CMYK
RGB Variations
Color information
#D98AB3 (or 0xD98AB3) is known color: Kobi. HEX triplet: D9, 8A and B3. RGB value is (217,138,179). Sum of RGB (Red+Green+Blue) = 217+138+179=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D98AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98AB3 is #26754C. Grayscale: #A6A6A6. Windows color (decimal): -2520397 or 11766489. OLE color: 11766489.
HSL color Cylindrical-coordinate representation of color #D98AB3: hue angle of 328.86º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D98AB3 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 138 | 179 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.15 |
| HSL | 328.86º | 0.51% | 0.7% | - |
| HSV(B) | 328.86º | 0.36% | 0.85% | - |
| XYZ | 45.84 | 36.18 | 47.22 | - |
| YUV | 166.3 | 135.17 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 138 | 179 | 0 | 0.36 | 0.18 | 0.15 | 328.86 | 0.51 | 0.7 |
| Hex | D9 | 8A | B3 | 0 | 24 | 12 | F | 149 | 33 | 46 |
| Octal | 331 | 212 | 263 | 0 | 44 | 22 | 17 | 511 | 63 | 106 |
| Binary | 11011001 | 10001010 | 10110011 | 0 | 100100 | 10010 | 1111 | 101001001 | 110011 | 1000110 |
Color Harmonies of #D98AB3
Complementary color
Monochromatic Colors of #D98AB3
Black with #D98AB3
Text Example
Text Example
White with #D98AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98AB3; }
p { color: rgb(217,138,179); }
H1.HeaderClassName
{
color: #D98AB3;
}
.AnyTagClassName
{
color: #D98AB3;
}
</style>
background-color css
<style>
a { background-color: #D98AB3; }
a { background-color: rgb(217,138,179); }
div.DivClassName
{
background-color: #D98AB3;
}
.BgClassName
{
background-color: #D98AB3;
}
</style>
border-color css
<style>
span { border-color: #D98AB3; }
span { border-color: rgb(217,138,179); }
td.TdClassName
{
border-color: #D98AB3;
}
.TagClassName
{
border-color: #D98AB3;
}
</style>