Shades of Kobi #D382AC
Tints of Kobi #D382AC
RGB
CMYK
RGB Variations
Color information
#D382AC (or 0xD382AC) is known color: Kobi. HEX triplet: D3, 82 and AC. RGB value is (211,130,172). Sum of RGB (Red+Green+Blue) = 211+130+172=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 211 - color contains mainly: red. Hex color #D382AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D382AC is #2C7D53. Grayscale: #9E9E9E. Windows color (decimal): -2915668 or 11305683. OLE color: 11305683.
HSL color Cylindrical-coordinate representation of color #D382AC: hue angle of 328.89º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D382AC is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 130 | 172 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.17 |
| HSL | 328.89º | 0.48% | 0.67% | - |
| HSV(B) | 328.89º | 0.38% | 0.83% | - |
| XYZ | 42.29 | 32.79 | 43.13 | - |
| YUV | 159.01 | 135.34 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 130 | 172 | 0 | 0.38 | 0.18 | 0.17 | 328.89 | 0.48 | 0.67 |
| Hex | D3 | 82 | AC | 0 | 26 | 12 | 11 | 149 | 30 | 43 |
| Octal | 323 | 202 | 254 | 0 | 46 | 22 | 21 | 511 | 60 | 103 |
| Binary | 11010011 | 10000010 | 10101100 | 0 | 100110 | 10010 | 10001 | 101001001 | 110000 | 1000011 |
Color Harmonies of #D382AC
Complementary color
Monochromatic Colors of #D382AC
Black with #D382AC
Text Example
Text Example
White with #D382AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D382AC; }
p { color: rgb(211,130,172); }
H1.HeaderClassName
{
color: #D382AC;
}
.AnyTagClassName
{
color: #D382AC;
}
</style>
background-color css
<style>
a { background-color: #D382AC; }
a { background-color: rgb(211,130,172); }
div.DivClassName
{
background-color: #D382AC;
}
.BgClassName
{
background-color: #D382AC;
}
</style>
border-color css
<style>
span { border-color: #D382AC; }
span { border-color: rgb(211,130,172); }
td.TdClassName
{
border-color: #D382AC;
}
.TagClassName
{
border-color: #D382AC;
}
</style>