Shades of Kobi #D98FB4
Tints of Kobi #D98FB4
RGB
CMYK
RGB Variations
Color information
#D98FB4 (or 0xD98FB4) is known color: Kobi. HEX triplet: D9, 8F and B4. RGB value is (217,143,180). Sum of RGB (Red+Green+Blue) = 217+143+180=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D98FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98FB4 is #26704B. Grayscale: #A9A9A9. Windows color (decimal): -2519116 or 11833305. OLE color: 11833305.
HSL color Cylindrical-coordinate representation of color #D98FB4: hue angle of 330º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D98FB4 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 143 | 180 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.15 |
| HSL | 330º | 0.49% | 0.71% | - |
| HSV(B) | 330º | 0.34% | 0.85% | - |
| XYZ | 46.68 | 37.69 | 48 | - |
| YUV | 169.34 | 134.02 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 180 | 0 | 0.34 | 0.17 | 0.15 | 330 | 0.49 | 0.71 |
| Hex | D9 | 8F | B4 | 0 | 22 | 11 | F | 14A | 31 | 47 |
| Octal | 331 | 217 | 264 | 0 | 42 | 21 | 17 | 512 | 61 | 107 |
| Binary | 11011001 | 10001111 | 10110100 | 0 | 100010 | 10001 | 1111 | 101001010 | 110001 | 1000111 |
Color Harmonies of #D98FB4
Complementary color
Monochromatic Colors of #D98FB4
Black with #D98FB4
Text Example
Text Example
White with #D98FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98FB4; }
p { color: rgb(217,143,180); }
H1.HeaderClassName
{
color: #D98FB4;
}
.AnyTagClassName
{
color: #D98FB4;
}
</style>
background-color css
<style>
a { background-color: #D98FB4; }
a { background-color: rgb(217,143,180); }
div.DivClassName
{
background-color: #D98FB4;
}
.BgClassName
{
background-color: #D98FB4;
}
</style>
border-color css
<style>
span { border-color: #D98FB4; }
span { border-color: rgb(217,143,180); }
td.TdClassName
{
border-color: #D98FB4;
}
.TagClassName
{
border-color: #D98FB4;
}
</style>