Shades of Kobi #D391B2
Tints of Kobi #D391B2
RGB
CMYK
RGB Variations
Color information
#D391B2 (or 0xD391B2) is known color: Kobi. HEX triplet: D3, 91 and B2. RGB value is (211,145,178). Sum of RGB (Red+Green+Blue) = 211+145+178=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 211 - color contains mainly: red. Hex color #D391B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D391B2 is #2C6E4D. Grayscale: #A8A8A8. Windows color (decimal): -2911822 or 11702739. OLE color: 11702739.
HSL color Cylindrical-coordinate representation of color #D391B2: hue angle of 330º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D391B2 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 145 | 178 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.17 |
| HSL | 330º | 0.43% | 0.7% | - |
| HSV(B) | 330º | 0.31% | 0.83% | - |
| XYZ | 45.03 | 37.31 | 46.95 | - |
| YUV | 168.5 | 133.37 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 145 | 178 | 0 | 0.31 | 0.16 | 0.17 | 330 | 0.43 | 0.7 |
| Hex | D3 | 91 | B2 | 0 | 1F | 10 | 11 | 14A | 2B | 46 |
| Octal | 323 | 221 | 262 | 0 | 37 | 20 | 21 | 512 | 53 | 106 |
| Binary | 11010011 | 10010001 | 10110010 | 0 | 11111 | 10000 | 10001 | 101001010 | 101011 | 1000110 |
Color Harmonies of #D391B2
Complementary color
Monochromatic Colors of #D391B2
Black with #D391B2
Text Example
Text Example
White with #D391B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D391B2; }
p { color: rgb(211,145,178); }
H1.HeaderClassName
{
color: #D391B2;
}
.AnyTagClassName
{
color: #D391B2;
}
</style>
background-color css
<style>
a { background-color: #D391B2; }
a { background-color: rgb(211,145,178); }
div.DivClassName
{
background-color: #D391B2;
}
.BgClassName
{
background-color: #D391B2;
}
</style>
border-color css
<style>
span { border-color: #D391B2; }
span { border-color: rgb(211,145,178); }
td.TdClassName
{
border-color: #D391B2;
}
.TagClassName
{
border-color: #D391B2;
}
</style>