Shades of Kobi #D388AF
Tints of Kobi #D388AF
RGB
CMYK
RGB Variations
Color information
#D388AF (or 0xD388AF) is known color: Kobi. HEX triplet: D3, 88 and AF. RGB value is (211,136,175). Sum of RGB (Red+Green+Blue) = 211+136+175=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 211 - color contains mainly: red. Hex color #D388AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D388AF is #2C7750. Grayscale: #A2A2A2. Windows color (decimal): -2914129 or 11503827. OLE color: 11503827.
HSL color Cylindrical-coordinate representation of color #D388AF: hue angle of 328.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 #D388AF is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 136 | 175 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.17 |
| HSL | 328.8º | 0.46% | 0.68% | - |
| HSV(B) | 328.8º | 0.36% | 0.83% | - |
| XYZ | 43.41 | 34.55 | 44.94 | - |
| YUV | 162.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 136 | 175 | 0 | 0.36 | 0.17 | 0.17 | 328.8 | 0.46 | 0.68 |
| Hex | D3 | 88 | AF | 0 | 24 | 11 | 11 | 149 | 2E | 44 |
| Octal | 323 | 210 | 257 | 0 | 44 | 21 | 21 | 511 | 56 | 104 |
| Binary | 11010011 | 10001000 | 10101111 | 0 | 100100 | 10001 | 10001 | 101001001 | 101110 | 1000100 |
Color Harmonies of #D388AF
Complementary color
Monochromatic Colors of #D388AF
Black with #D388AF
Text Example
Text Example
White with #D388AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D388AF; }
p { color: rgb(211,136,175); }
H1.HeaderClassName
{
color: #D388AF;
}
.AnyTagClassName
{
color: #D388AF;
}
</style>
background-color css
<style>
a { background-color: #D388AF; }
a { background-color: rgb(211,136,175); }
div.DivClassName
{
background-color: #D388AF;
}
.BgClassName
{
background-color: #D388AF;
}
</style>
border-color css
<style>
span { border-color: #D388AF; }
span { border-color: rgb(211,136,175); }
td.TdClassName
{
border-color: #D388AF;
}
.TagClassName
{
border-color: #D388AF;
}
</style>