Shades of Kobi #D890B2
Tints of Kobi #D890B2
RGB
CMYK
RGB Variations
Color information
#D890B2 (or 0xD890B2) is known color: Kobi. HEX triplet: D8, 90 and B2. RGB value is (216,144,178). Sum of RGB (Red+Green+Blue) = 216+144+178=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D890B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D890B2 is #276F4D. Grayscale: #A9A9A9. Windows color (decimal): -2584398 or 11702488. OLE color: 11702488.
HSL color Cylindrical-coordinate representation of color #D890B2: hue angle of 331.67º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D890B2 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 144 | 178 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.15 |
| HSL | 331.67º | 0.48% | 0.71% | - |
| HSV(B) | 331.67º | 0.33% | 0.85% | - |
| XYZ | 46.33 | 37.76 | 46.97 | - |
| YUV | 169.4 | 132.85 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 178 | 0 | 0.33 | 0.18 | 0.15 | 331.67 | 0.48 | 0.71 |
| Hex | D8 | 90 | B2 | 0 | 21 | 12 | F | 14C | 30 | 47 |
| Octal | 330 | 220 | 262 | 0 | 41 | 22 | 17 | 514 | 60 | 107 |
| Binary | 11011000 | 10010000 | 10110010 | 0 | 100001 | 10010 | 1111 | 101001100 | 110000 | 1000111 |
Color Harmonies of #D890B2
Complementary color
Monochromatic Colors of #D890B2
Black with #D890B2
Text Example
Text Example
White with #D890B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D890B2; }
p { color: rgb(216,144,178); }
H1.HeaderClassName
{
color: #D890B2;
}
.AnyTagClassName
{
color: #D890B2;
}
</style>
background-color css
<style>
a { background-color: #D890B2; }
a { background-color: rgb(216,144,178); }
div.DivClassName
{
background-color: #D890B2;
}
.BgClassName
{
background-color: #D890B2;
}
</style>
border-color css
<style>
span { border-color: #D890B2; }
span { border-color: rgb(216,144,178); }
td.TdClassName
{
border-color: #D890B2;
}
.TagClassName
{
border-color: #D890B2;
}
</style>