Shades of Kobi #D384AE
Tints of Kobi #D384AE
RGB
CMYK
RGB Variations
Color information
#D384AE (or 0xD384AE) is known color: Kobi. HEX triplet: D3, 84 and AE. RGB value is (211,132,174). Sum of RGB (Red+Green+Blue) = 211+132+174=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 211 - color contains mainly: red. Hex color #D384AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D384AE is #2C7B51. Grayscale: #A0A0A0. Windows color (decimal): -2915154 or 11437267. OLE color: 11437267.
HSL color Cylindrical-coordinate representation of color #D384AE: hue angle of 328.1º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D384AE is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 132 | 174 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.17 |
| HSL | 328.1º | 0.47% | 0.67% | - |
| HSV(B) | 328.1º | 0.37% | 0.83% | - |
| XYZ | 42.76 | 33.41 | 44.24 | - |
| YUV | 160.41 | 135.67 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 132 | 174 | 0 | 0.37 | 0.18 | 0.17 | 328.1 | 0.47 | 0.67 |
| Hex | D3 | 84 | AE | 0 | 25 | 12 | 11 | 148 | 2F | 43 |
| Octal | 323 | 204 | 256 | 0 | 45 | 22 | 21 | 510 | 57 | 103 |
| Binary | 11010011 | 10000100 | 10101110 | 0 | 100101 | 10010 | 10001 | 101001000 | 101111 | 1000011 |
Color Harmonies of #D384AE
Complementary color
Monochromatic Colors of #D384AE
Black with #D384AE
Text Example
Text Example
White with #D384AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D384AE; }
p { color: rgb(211,132,174); }
H1.HeaderClassName
{
color: #D384AE;
}
.AnyTagClassName
{
color: #D384AE;
}
</style>
background-color css
<style>
a { background-color: #D384AE; }
a { background-color: rgb(211,132,174); }
div.DivClassName
{
background-color: #D384AE;
}
.BgClassName
{
background-color: #D384AE;
}
</style>
border-color css
<style>
span { border-color: #D384AE; }
span { border-color: rgb(211,132,174); }
td.TdClassName
{
border-color: #D384AE;
}
.TagClassName
{
border-color: #D384AE;
}
</style>