Shades of Kobi #D290B2
Tints of Kobi #D290B2
RGB
CMYK
RGB Variations
Color information
#D290B2 (or 0xD290B2) is known color: Kobi. HEX triplet: D2, 90 and B2. RGB value is (210,144,178). Sum of RGB (Red+Green+Blue) = 210+144+178=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D290B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D290B2 is #2D6F4D. Grayscale: #A7A7A7. Windows color (decimal): -2977614 or 11702482. OLE color: 11702482.
HSL color Cylindrical-coordinate representation of color #D290B2: hue angle of 329.09º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D290B2 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 144 | 178 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.18 |
| HSL | 329.09º | 0.42% | 0.69% | - |
| HSV(B) | 329.09º | 0.31% | 0.82% | - |
| XYZ | 44.59 | 36.86 | 46.88 | - |
| YUV | 167.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 178 | 0 | 0.31 | 0.15 | 0.18 | 329.09 | 0.42 | 0.69 |
| Hex | D2 | 90 | B2 | 0 | 1F | F | 12 | 149 | 2A | 45 |
| Octal | 322 | 220 | 262 | 0 | 37 | 17 | 22 | 511 | 52 | 105 |
| Binary | 11010010 | 10010000 | 10110010 | 0 | 11111 | 1111 | 10010 | 101001001 | 101010 | 1000101 |
Color Harmonies of #D290B2
Complementary color
Monochromatic Colors of #D290B2
Black with #D290B2
Text Example
Text Example
White with #D290B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D290B2; }
p { color: rgb(210,144,178); }
H1.HeaderClassName
{
color: #D290B2;
}
.AnyTagClassName
{
color: #D290B2;
}
</style>
background-color css
<style>
a { background-color: #D290B2; }
a { background-color: rgb(210,144,178); }
div.DivClassName
{
background-color: #D290B2;
}
.BgClassName
{
background-color: #D290B2;
}
</style>
border-color css
<style>
span { border-color: #D290B2; }
span { border-color: rgb(210,144,178); }
td.TdClassName
{
border-color: #D290B2;
}
.TagClassName
{
border-color: #D290B2;
}
</style>