Shades of Kobi #D388AA
Tints of Kobi #D388AA
RGB
CMYK
RGB Variations
Color information
#D388AA (or 0xD388AA) is known color: Kobi. HEX triplet: D3, 88 and AA. RGB value is (211,136,170). Sum of RGB (Red+Green+Blue) = 211+136+170=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 211 - color contains mainly: red. Hex color #D388AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D388AA is #2C7755. Grayscale: #A2A2A2. Windows color (decimal): -2914134 or 11176147. OLE color: 11176147.
HSL color Cylindrical-coordinate representation of color #D388AA: hue angle of 332.8º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D388AA is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 136 | 170 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.17 |
| HSL | 332.8º | 0.46% | 0.68% | - |
| HSV(B) | 332.8º | 0.36% | 0.83% | - |
| XYZ | 42.92 | 34.36 | 42.4 | - |
| YUV | 162.3 | 132.35 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 136 | 170 | 0 | 0.36 | 0.19 | 0.17 | 332.8 | 0.46 | 0.68 |
| Hex | D3 | 88 | AA | 0 | 24 | 13 | 11 | 14D | 2E | 44 |
| Octal | 323 | 210 | 252 | 0 | 44 | 23 | 21 | 515 | 56 | 104 |
| Binary | 11010011 | 10001000 | 10101010 | 0 | 100100 | 10011 | 10001 | 101001101 | 101110 | 1000100 |
Color Harmonies of #D388AA
Complementary color
Monochromatic Colors of #D388AA
Black with #D388AA
Text Example
Text Example
White with #D388AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D388AA; }
p { color: rgb(211,136,170); }
H1.HeaderClassName
{
color: #D388AA;
}
.AnyTagClassName
{
color: #D388AA;
}
</style>
background-color css
<style>
a { background-color: #D388AA; }
a { background-color: rgb(211,136,170); }
div.DivClassName
{
background-color: #D388AA;
}
.BgClassName
{
background-color: #D388AA;
}
</style>
border-color css
<style>
span { border-color: #D388AA; }
span { border-color: rgb(211,136,170); }
td.TdClassName
{
border-color: #D388AA;
}
.TagClassName
{
border-color: #D388AA;
}
</style>