Shades of Kobi #D483AB
Tints of Kobi #D483AB
RGB
CMYK
RGB Variations
Color information
#D483AB (or 0xD483AB) is known color: Kobi. HEX triplet: D4, 83 and AB. RGB value is (212,131,171). Sum of RGB (Red+Green+Blue) = 212+131+171=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 212 - color contains mainly: red. Hex color #D483AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D483AB is #2B7C54. Grayscale: #9F9F9F. Windows color (decimal): -2849877 or 11240404. OLE color: 11240404.
HSL color Cylindrical-coordinate representation of color #D483AB: hue angle of 330.37º degrees, saturation: 0.49, 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 #D483AB is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 131 | 171 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.17 |
| HSL | 330.37º | 0.49% | 0.67% | - |
| HSV(B) | 330.37º | 0.38% | 0.83% | - |
| XYZ | 42.62 | 33.17 | 42.68 | - |
| YUV | 159.78 | 134.34 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 131 | 171 | 0 | 0.38 | 0.19 | 0.17 | 330.37 | 0.49 | 0.67 |
| Hex | D4 | 83 | AB | 0 | 26 | 13 | 11 | 14A | 31 | 43 |
| Octal | 324 | 203 | 253 | 0 | 46 | 23 | 21 | 512 | 61 | 103 |
| Binary | 11010100 | 10000011 | 10101011 | 0 | 100110 | 10011 | 10001 | 101001010 | 110001 | 1000011 |
Color Harmonies of #D483AB
Complementary color
Monochromatic Colors of #D483AB
Black with #D483AB
Text Example
Text Example
White with #D483AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D483AB; }
p { color: rgb(212,131,171); }
H1.HeaderClassName
{
color: #D483AB;
}
.AnyTagClassName
{
color: #D483AB;
}
</style>
background-color css
<style>
a { background-color: #D483AB; }
a { background-color: rgb(212,131,171); }
div.DivClassName
{
background-color: #D483AB;
}
.BgClassName
{
background-color: #D483AB;
}
</style>
border-color css
<style>
span { border-color: #D483AB; }
span { border-color: rgb(212,131,171); }
td.TdClassName
{
border-color: #D483AB;
}
.TagClassName
{
border-color: #D483AB;
}
</style>