Shades of Kobi #D383AD
Tints of Kobi #D383AD
RGB
CMYK
RGB Variations
Color information
#D383AD (or 0xD383AD) is known color: Kobi. HEX triplet: D3, 83 and AD. RGB value is (211,131,173). Sum of RGB (Red+Green+Blue) = 211+131+173=515 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.97% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 211 - color contains mainly: red. Hex color #D383AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D383AD is #2C7C52. Grayscale: #9F9F9F. Windows color (decimal): -2915411 or 11371475. OLE color: 11371475.
HSL color Cylindrical-coordinate representation of color #D383AD: hue angle of 328.5º 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 #D383AD is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 131 | 173 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.17 |
| HSL | 328.5º | 0.48% | 0.67% | - |
| HSV(B) | 328.5º | 0.38% | 0.83% | - |
| XYZ | 42.52 | 33.1 | 43.68 | - |
| YUV | 159.71 | 135.5 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 131 | 173 | 0 | 0.38 | 0.18 | 0.17 | 328.5 | 0.48 | 0.67 |
| Hex | D3 | 83 | AD | 0 | 26 | 12 | 11 | 148 | 30 | 43 |
| Octal | 323 | 203 | 255 | 0 | 46 | 22 | 21 | 510 | 60 | 103 |
| Binary | 11010011 | 10000011 | 10101101 | 0 | 100110 | 10010 | 10001 | 101001000 | 110000 | 1000011 |
Color Harmonies of #D383AD
Complementary color
Monochromatic Colors of #D383AD
Black with #D383AD
Text Example
Text Example
White with #D383AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D383AD; }
p { color: rgb(211,131,173); }
H1.HeaderClassName
{
color: #D383AD;
}
.AnyTagClassName
{
color: #D383AD;
}
</style>
background-color css
<style>
a { background-color: #D383AD; }
a { background-color: rgb(211,131,173); }
div.DivClassName
{
background-color: #D383AD;
}
.BgClassName
{
background-color: #D383AD;
}
</style>
border-color css
<style>
span { border-color: #D383AD; }
span { border-color: rgb(211,131,173); }
td.TdClassName
{
border-color: #D383AD;
}
.TagClassName
{
border-color: #D383AD;
}
</style>