Shades of Kobi #D494AF
Tints of Kobi #D494AF
RGB
CMYK
RGB Variations
Color information
#D494AF (or 0xD494AF) is known color: Kobi. HEX triplet: D4, 94 and AF. RGB value is (212,148,175). Sum of RGB (Red+Green+Blue) = 212+148+175=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D494AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D494AF is #2B6B50. Grayscale: #AAAAAA. Windows color (decimal): -2845521 or 11506900. OLE color: 11506900.
HSL color Cylindrical-coordinate representation of color #D494AF: hue angle of 334.69º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D494AF is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 148 | 175 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.17 |
| HSL | 334.69º | 0.43% | 0.71% | - |
| HSV(B) | 334.69º | 0.3% | 0.83% | - |
| XYZ | 45.48 | 38.27 | 45.55 | - |
| YUV | 170.21 | 130.7 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 175 | 0 | 0.30 | 0.17 | 0.17 | 334.69 | 0.43 | 0.71 |
| Hex | D4 | 94 | AF | 0 | 1E | 11 | 11 | 14F | 2B | 47 |
| Octal | 324 | 224 | 257 | 0 | 36 | 21 | 21 | 517 | 53 | 107 |
| Binary | 11010100 | 10010100 | 10101111 | 0 | 11110 | 10001 | 10001 | 101001111 | 101011 | 1000111 |
Color Harmonies of #D494AF
Complementary color
Monochromatic Colors of #D494AF
Black with #D494AF
Text Example
Text Example
White with #D494AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D494AF; }
p { color: rgb(212,148,175); }
H1.HeaderClassName
{
color: #D494AF;
}
.AnyTagClassName
{
color: #D494AF;
}
</style>
background-color css
<style>
a { background-color: #D494AF; }
a { background-color: rgb(212,148,175); }
div.DivClassName
{
background-color: #D494AF;
}
.BgClassName
{
background-color: #D494AF;
}
</style>
border-color css
<style>
span { border-color: #D494AF; }
span { border-color: rgb(212,148,175); }
td.TdClassName
{
border-color: #D494AF;
}
.TagClassName
{
border-color: #D494AF;
}
</style>