Shades of Kobi #D493AF
Tints of Kobi #D493AF
RGB
CMYK
RGB Variations
Color information
#D493AF (or 0xD493AF) is known color: Kobi. HEX triplet: D4, 93 and AF. RGB value is (212,147,175). Sum of RGB (Red+Green+Blue) = 212+147+175=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 212 - color contains mainly: red. Hex color #D493AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D493AF is #2B6C50. Grayscale: #A9A9A9. Windows color (decimal): -2845777 or 11506644. OLE color: 11506644.
HSL color Cylindrical-coordinate representation of color #D493AF: hue angle of 334.15º 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 #D493AF is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 175 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.17 |
| HSL | 334.15º | 0.43% | 0.7% | - |
| HSV(B) | 334.15º | 0.31% | 0.83% | - |
| XYZ | 45.32 | 37.96 | 45.5 | - |
| YUV | 169.63 | 131.03 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 175 | 0 | 0.31 | 0.17 | 0.17 | 334.15 | 0.43 | 0.7 |
| Hex | D4 | 93 | AF | 0 | 1F | 11 | 11 | 14E | 2B | 46 |
| Octal | 324 | 223 | 257 | 0 | 37 | 21 | 21 | 516 | 53 | 106 |
| Binary | 11010100 | 10010011 | 10101111 | 0 | 11111 | 10001 | 10001 | 101001110 | 101011 | 1000110 |
Color Harmonies of #D493AF
Complementary color
Monochromatic Colors of #D493AF
Black with #D493AF
Text Example
Text Example
White with #D493AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D493AF; }
p { color: rgb(212,147,175); }
H1.HeaderClassName
{
color: #D493AF;
}
.AnyTagClassName
{
color: #D493AF;
}
</style>
background-color css
<style>
a { background-color: #D493AF; }
a { background-color: rgb(212,147,175); }
div.DivClassName
{
background-color: #D493AF;
}
.BgClassName
{
background-color: #D493AF;
}
</style>
border-color css
<style>
span { border-color: #D493AF; }
span { border-color: rgb(212,147,175); }
td.TdClassName
{
border-color: #D493AF;
}
.TagClassName
{
border-color: #D493AF;
}
</style>