Shades of Kobi #D493AD
Tints of Kobi #D493AD
RGB
CMYK
RGB Variations
Color information
#D493AD (or 0xD493AD) is known color: Kobi. HEX triplet: D4, 93 and AD. RGB value is (212,147,173). Sum of RGB (Red+Green+Blue) = 212+147+173=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 212 - color contains mainly: red. Hex color #D493AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D493AD is #2B6C52. Grayscale: #A9A9A9. Windows color (decimal): -2845779 or 11375572. OLE color: 11375572.
HSL color Cylindrical-coordinate representation of color #D493AD: hue angle of 336º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D493AD is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 173 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.17 |
| HSL | 336º | 0.43% | 0.7% | - |
| HSV(B) | 336º | 0.31% | 0.83% | - |
| XYZ | 45.13 | 37.88 | 44.47 | - |
| YUV | 169.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 173 | 0 | 0.31 | 0.18 | 0.17 | 336 | 0.43 | 0.7 |
| Hex | D4 | 93 | AD | 0 | 1F | 12 | 11 | 150 | 2B | 46 |
| Octal | 324 | 223 | 255 | 0 | 37 | 22 | 21 | 520 | 53 | 106 |
| Binary | 11010100 | 10010011 | 10101101 | 0 | 11111 | 10010 | 10001 | 101010000 | 101011 | 1000110 |
Color Harmonies of #D493AD
Complementary color
Monochromatic Colors of #D493AD
Black with #D493AD
Text Example
Text Example
White with #D493AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D493AD; }
p { color: rgb(212,147,173); }
H1.HeaderClassName
{
color: #D493AD;
}
.AnyTagClassName
{
color: #D493AD;
}
</style>
background-color css
<style>
a { background-color: #D493AD; }
a { background-color: rgb(212,147,173); }
div.DivClassName
{
background-color: #D493AD;
}
.BgClassName
{
background-color: #D493AD;
}
</style>
border-color css
<style>
span { border-color: #D493AD; }
span { border-color: rgb(212,147,173); }
td.TdClassName
{
border-color: #D493AD;
}
.TagClassName
{
border-color: #D493AD;
}
</style>