Shades of Kobi #D291B2
Tints of Kobi #D291B2
RGB
CMYK
RGB Variations
Color information
#D291B2 (or 0xD291B2) is known color: Kobi. HEX triplet: D2, 91 and B2. RGB value is (210,145,178). Sum of RGB (Red+Green+Blue) = 210+145+178=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D291B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D291B2 is #2D6E4D. Grayscale: #A8A8A8. Windows color (decimal): -2977358 or 11702738. OLE color: 11702738.
HSL color Cylindrical-coordinate representation of color #D291B2: hue angle of 329.54º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D291B2 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 178 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.18 |
| HSL | 329.54º | 0.42% | 0.7% | - |
| HSV(B) | 329.54º | 0.31% | 0.82% | - |
| XYZ | 44.74 | 37.17 | 46.94 | - |
| YUV | 168.2 | 133.53 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 178 | 0 | 0.31 | 0.15 | 0.18 | 329.54 | 0.42 | 0.7 |
| Hex | D2 | 91 | B2 | 0 | 1F | F | 12 | 14A | 2A | 46 |
| Octal | 322 | 221 | 262 | 0 | 37 | 17 | 22 | 512 | 52 | 106 |
| Binary | 11010010 | 10010001 | 10110010 | 0 | 11111 | 1111 | 10010 | 101001010 | 101010 | 1000110 |
Color Harmonies of #D291B2
Complementary color
Monochromatic Colors of #D291B2
Black with #D291B2
Text Example
Text Example
White with #D291B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D291B2; }
p { color: rgb(210,145,178); }
H1.HeaderClassName
{
color: #D291B2;
}
.AnyTagClassName
{
color: #D291B2;
}
</style>
background-color css
<style>
a { background-color: #D291B2; }
a { background-color: rgb(210,145,178); }
div.DivClassName
{
background-color: #D291B2;
}
.BgClassName
{
background-color: #D291B2;
}
</style>
border-color css
<style>
span { border-color: #D291B2; }
span { border-color: rgb(210,145,178); }
td.TdClassName
{
border-color: #D291B2;
}
.TagClassName
{
border-color: #D291B2;
}
</style>