Shades of Kobi #D390B3
Tints of Kobi #D390B3
RGB
CMYK
RGB Variations
Color information
#D390B3 (or 0xD390B3) is known color: Kobi. HEX triplet: D3, 90 and B3. RGB value is (211,144,179). Sum of RGB (Red+Green+Blue) = 211+144+179=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 211 - color contains mainly: red. Hex color #D390B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D390B3 is #2C6F4C. Grayscale: #A7A7A7. Windows color (decimal): -2912077 or 11768019. OLE color: 11768019.
HSL color Cylindrical-coordinate representation of color #D390B3: hue angle of 328.66º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D390B3 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 144 | 179 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.17 |
| HSL | 328.66º | 0.43% | 0.7% | - |
| HSV(B) | 328.66º | 0.32% | 0.83% | - |
| XYZ | 44.97 | 37.05 | 47.43 | - |
| YUV | 168.02 | 134.2 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 144 | 179 | 0 | 0.32 | 0.15 | 0.17 | 328.66 | 0.43 | 0.7 |
| Hex | D3 | 90 | B3 | 0 | 20 | F | 11 | 149 | 2B | 46 |
| Octal | 323 | 220 | 263 | 0 | 40 | 17 | 21 | 511 | 53 | 106 |
| Binary | 11010011 | 10010000 | 10110011 | 0 | 100000 | 1111 | 10001 | 101001001 | 101011 | 1000110 |
Color Harmonies of #D390B3
Complementary color
Monochromatic Colors of #D390B3
Black with #D390B3
Text Example
Text Example
White with #D390B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D390B3; }
p { color: rgb(211,144,179); }
H1.HeaderClassName
{
color: #D390B3;
}
.AnyTagClassName
{
color: #D390B3;
}
</style>
background-color css
<style>
a { background-color: #D390B3; }
a { background-color: rgb(211,144,179); }
div.DivClassName
{
background-color: #D390B3;
}
.BgClassName
{
background-color: #D390B3;
}
</style>
border-color css
<style>
span { border-color: #D390B3; }
span { border-color: rgb(211,144,179); }
td.TdClassName
{
border-color: #D390B3;
}
.TagClassName
{
border-color: #D390B3;
}
</style>