Shades of Kobi #D383A9
Tints of Kobi #D383A9
RGB
CMYK
RGB Variations
Color information
#D383A9 (or 0xD383A9) is known color: Kobi. HEX triplet: D3, 83 and A9. RGB value is (211,131,169). Sum of RGB (Red+Green+Blue) = 211+131+169=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 169 (66.41% from 255 or 33.07% from 511); Max value from RGB is 211 - color contains mainly: red. Hex color #D383A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D383A9 is #2C7C56. Grayscale: #9F9F9F. Windows color (decimal): -2915415 or 11109331. OLE color: 11109331.
HSL color Cylindrical-coordinate representation of color #D383A9: hue angle of 331.5º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D383A9 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 131 | 169 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.17 |
| HSL | 331.5º | 0.48% | 0.67% | - |
| HSV(B) | 331.5º | 0.38% | 0.83% | - |
| XYZ | 42.14 | 32.95 | 41.67 | - |
| YUV | 159.25 | 133.5 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 131 | 169 | 0 | 0.38 | 0.20 | 0.17 | 331.5 | 0.48 | 0.67 |
| Hex | D3 | 83 | A9 | 0 | 26 | 14 | 11 | 14C | 30 | 43 |
| Octal | 323 | 203 | 251 | 0 | 46 | 24 | 21 | 514 | 60 | 103 |
| Binary | 11010011 | 10000011 | 10101001 | 0 | 100110 | 10100 | 10001 | 101001100 | 110000 | 1000011 |
Color Harmonies of #D383A9
Complementary color
Monochromatic Colors of #D383A9
Black with #D383A9
Text Example
Text Example
White with #D383A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D383A9; }
p { color: rgb(211,131,169); }
H1.HeaderClassName
{
color: #D383A9;
}
.AnyTagClassName
{
color: #D383A9;
}
</style>
background-color css
<style>
a { background-color: #D383A9; }
a { background-color: rgb(211,131,169); }
div.DivClassName
{
background-color: #D383A9;
}
.BgClassName
{
background-color: #D383A9;
}
</style>
border-color css
<style>
span { border-color: #D383A9; }
span { border-color: rgb(211,131,169); }
td.TdClassName
{
border-color: #D383A9;
}
.TagClassName
{
border-color: #D383A9;
}
</style>