Shades of Kobi #D388AD
Tints of Kobi #D388AD
RGB
CMYK
RGB Variations
Color information
#D388AD (or 0xD388AD) is known color: Kobi. HEX triplet: D3, 88 and AD. RGB value is (211,136,173). Sum of RGB (Red+Green+Blue) = 211+136+173=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 211 - color contains mainly: red. Hex color #D388AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D388AD is #2C7752. Grayscale: #A2A2A2. Windows color (decimal): -2914131 or 11372755. OLE color: 11372755.
HSL color Cylindrical-coordinate representation of color #D388AD: hue angle of 330.4º 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 #D388AD is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 136 | 173 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.17 |
| HSL | 330.4º | 0.46% | 0.68% | - |
| HSV(B) | 330.4º | 0.36% | 0.83% | - |
| XYZ | 43.21 | 34.47 | 43.91 | - |
| YUV | 162.64 | 133.85 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 136 | 173 | 0 | 0.36 | 0.18 | 0.17 | 330.4 | 0.46 | 0.68 |
| Hex | D3 | 88 | AD | 0 | 24 | 12 | 11 | 14A | 2E | 44 |
| Octal | 323 | 210 | 255 | 0 | 44 | 22 | 21 | 512 | 56 | 104 |
| Binary | 11010011 | 10001000 | 10101101 | 0 | 100100 | 10010 | 10001 | 101001010 | 101110 | 1000100 |
Color Harmonies of #D388AD
Complementary color
Monochromatic Colors of #D388AD
Black with #D388AD
Text Example
Text Example
White with #D388AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D388AD; }
p { color: rgb(211,136,173); }
H1.HeaderClassName
{
color: #D388AD;
}
.AnyTagClassName
{
color: #D388AD;
}
</style>
background-color css
<style>
a { background-color: #D388AD; }
a { background-color: rgb(211,136,173); }
div.DivClassName
{
background-color: #D388AD;
}
.BgClassName
{
background-color: #D388AD;
}
</style>
border-color css
<style>
span { border-color: #D388AD; }
span { border-color: rgb(211,136,173); }
td.TdClassName
{
border-color: #D388AD;
}
.TagClassName
{
border-color: #D388AD;
}
</style>