Shades of Kobi #D383AA
Tints of Kobi #D383AA
RGB
CMYK
RGB Variations
Color information
#D383AA (or 0xD383AA) is known color: Kobi. HEX triplet: D3, 83 and AA. RGB value is (211,131,170). Sum of RGB (Red+Green+Blue) = 211+131+170=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 211 - color contains mainly: red. Hex color #D383AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D383AA is #2C7C55. Grayscale: #9F9F9F. Windows color (decimal): -2915414 or 11174867. OLE color: 11174867.
HSL color Cylindrical-coordinate representation of color #D383AA: hue angle of 330.75º 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 #D383AA is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 131 | 170 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.17 |
| HSL | 330.75º | 0.48% | 0.67% | - |
| HSV(B) | 330.75º | 0.38% | 0.83% | - |
| XYZ | 42.24 | 32.98 | 42.17 | - |
| YUV | 159.37 | 134 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 131 | 170 | 0 | 0.38 | 0.19 | 0.17 | 330.75 | 0.48 | 0.67 |
| Hex | D3 | 83 | AA | 0 | 26 | 13 | 11 | 14B | 30 | 43 |
| Octal | 323 | 203 | 252 | 0 | 46 | 23 | 21 | 513 | 60 | 103 |
| Binary | 11010011 | 10000011 | 10101010 | 0 | 100110 | 10011 | 10001 | 101001011 | 110000 | 1000011 |
Color Harmonies of #D383AA
Complementary color
Monochromatic Colors of #D383AA
Black with #D383AA
Text Example
Text Example
White with #D383AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D383AA; }
p { color: rgb(211,131,170); }
H1.HeaderClassName
{
color: #D383AA;
}
.AnyTagClassName
{
color: #D383AA;
}
</style>
background-color css
<style>
a { background-color: #D383AA; }
a { background-color: rgb(211,131,170); }
div.DivClassName
{
background-color: #D383AA;
}
.BgClassName
{
background-color: #D383AA;
}
</style>
border-color css
<style>
span { border-color: #D383AA; }
span { border-color: rgb(211,131,170); }
td.TdClassName
{
border-color: #D383AA;
}
.TagClassName
{
border-color: #D383AA;
}
</style>