Shades of Kobi #D388AC
Tints of Kobi #D388AC
RGB
CMYK
RGB Variations
Color information
#D388AC (or 0xD388AC) is known color: Kobi. HEX triplet: D3, 88 and AC. RGB value is (211,136,172). Sum of RGB (Red+Green+Blue) = 211+136+172=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D388AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D388AC is #2C7753. Grayscale: #A2A2A2. Windows color (decimal): -2914132 or 11307219. OLE color: 11307219.
HSL color Cylindrical-coordinate representation of color #D388AC: hue angle of 331.2º 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 #D388AC is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 136 | 172 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.17 |
| HSL | 331.2º | 0.46% | 0.68% | - |
| HSV(B) | 331.2º | 0.36% | 0.83% | - |
| XYZ | 43.11 | 34.44 | 43.4 | - |
| YUV | 162.53 | 133.35 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 136 | 172 | 0 | 0.36 | 0.18 | 0.17 | 331.2 | 0.46 | 0.68 |
| Hex | D3 | 88 | AC | 0 | 24 | 12 | 11 | 14B | 2E | 44 |
| Octal | 323 | 210 | 254 | 0 | 44 | 22 | 21 | 513 | 56 | 104 |
| Binary | 11010011 | 10001000 | 10101100 | 0 | 100100 | 10010 | 10001 | 101001011 | 101110 | 1000100 |
Color Harmonies of #D388AC
Complementary color
Monochromatic Colors of #D388AC
Black with #D388AC
Text Example
Text Example
White with #D388AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D388AC; }
p { color: rgb(211,136,172); }
H1.HeaderClassName
{
color: #D388AC;
}
.AnyTagClassName
{
color: #D388AC;
}
</style>
background-color css
<style>
a { background-color: #D388AC; }
a { background-color: rgb(211,136,172); }
div.DivClassName
{
background-color: #D388AC;
}
.BgClassName
{
background-color: #D388AC;
}
</style>
border-color css
<style>
span { border-color: #D388AC; }
span { border-color: rgb(211,136,172); }
td.TdClassName
{
border-color: #D388AC;
}
.TagClassName
{
border-color: #D388AC;
}
</style>