Shades of Kobi #D388AB
Tints of Kobi #D388AB
RGB
CMYK
RGB Variations
Color information
#D388AB (or 0xD388AB) is known color: Kobi. HEX triplet: D3, 88 and AB. RGB value is (211,136,171). Sum of RGB (Red+Green+Blue) = 211+136+171=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 211 - color contains mainly: red. Hex color #D388AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D388AB is #2C7754. Grayscale: #A2A2A2. Windows color (decimal): -2914133 or 11241683. OLE color: 11241683.
HSL color Cylindrical-coordinate representation of color #D388AB: hue angle of 332º 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 #D388AB is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 136 | 171 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.17 |
| HSL | 332º | 0.46% | 0.68% | - |
| HSV(B) | 332º | 0.36% | 0.83% | - |
| XYZ | 43.02 | 34.4 | 42.9 | - |
| YUV | 162.42 | 132.85 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 136 | 171 | 0 | 0.36 | 0.19 | 0.17 | 332 | 0.46 | 0.68 |
| Hex | D3 | 88 | AB | 0 | 24 | 13 | 11 | 14C | 2E | 44 |
| Octal | 323 | 210 | 253 | 0 | 44 | 23 | 21 | 514 | 56 | 104 |
| Binary | 11010011 | 10001000 | 10101011 | 0 | 100100 | 10011 | 10001 | 101001100 | 101110 | 1000100 |
Color Harmonies of #D388AB
Complementary color
Monochromatic Colors of #D388AB
Black with #D388AB
Text Example
Text Example
White with #D388AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D388AB; }
p { color: rgb(211,136,171); }
H1.HeaderClassName
{
color: #D388AB;
}
.AnyTagClassName
{
color: #D388AB;
}
</style>
background-color css
<style>
a { background-color: #D388AB; }
a { background-color: rgb(211,136,171); }
div.DivClassName
{
background-color: #D388AB;
}
.BgClassName
{
background-color: #D388AB;
}
</style>
border-color css
<style>
span { border-color: #D388AB; }
span { border-color: rgb(211,136,171); }
td.TdClassName
{
border-color: #D388AB;
}
.TagClassName
{
border-color: #D388AB;
}
</style>