Shades of Kobi #D694AF
Tints of Kobi #D694AF
RGB
CMYK
RGB Variations
Color information
#D694AF (or 0xD694AF) is known color: Kobi. HEX triplet: D6, 94 and AF. RGB value is (214,148,175). Sum of RGB (Red+Green+Blue) = 214+148+175=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D694AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D694AF is #296B50. Grayscale: #AAAAAA. Windows color (decimal): -2714449 or 11506902. OLE color: 11506902.
HSL color Cylindrical-coordinate representation of color #D694AF: hue angle of 335.45º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D694AF is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 148 | 175 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.16 |
| HSL | 335.45º | 0.45% | 0.71% | - |
| HSV(B) | 335.45º | 0.31% | 0.84% | - |
| XYZ | 46.06 | 38.57 | 45.57 | - |
| YUV | 170.81 | 130.37 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 148 | 175 | 0 | 0.31 | 0.18 | 0.16 | 335.45 | 0.45 | 0.71 |
| Hex | D6 | 94 | AF | 0 | 1F | 12 | 10 | 14F | 2D | 47 |
| Octal | 326 | 224 | 257 | 0 | 37 | 22 | 20 | 517 | 55 | 107 |
| Binary | 11010110 | 10010100 | 10101111 | 0 | 11111 | 10010 | 10000 | 101001111 | 101101 | 1000111 |
Color Harmonies of #D694AF
Complementary color
Monochromatic Colors of #D694AF
Black with #D694AF
Text Example
Text Example
White with #D694AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D694AF; }
p { color: rgb(214,148,175); }
H1.HeaderClassName
{
color: #D694AF;
}
.AnyTagClassName
{
color: #D694AF;
}
</style>
background-color css
<style>
a { background-color: #D694AF; }
a { background-color: rgb(214,148,175); }
div.DivClassName
{
background-color: #D694AF;
}
.BgClassName
{
background-color: #D694AF;
}
</style>
border-color css
<style>
span { border-color: #D694AF; }
span { border-color: rgb(214,148,175); }
td.TdClassName
{
border-color: #D694AF;
}
.TagClassName
{
border-color: #D694AF;
}
</style>