Shades of Kobi #D694AD
Tints of Kobi #D694AD
RGB
CMYK
RGB Variations
Color information
#D694AD (or 0xD694AD) is known color: Kobi. HEX triplet: D6, 94 and AD. RGB value is (214,148,173). Sum of RGB (Red+Green+Blue) = 214+148+173=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D694AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D694AD is #296B52. Grayscale: #AAAAAA. Windows color (decimal): -2714451 or 11375830. OLE color: 11375830.
HSL color Cylindrical-coordinate representation of color #D694AD: hue angle of 337.27º 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 #D694AD is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 148 | 173 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.16 |
| HSL | 337.27º | 0.45% | 0.71% | - |
| HSV(B) | 337.27º | 0.31% | 0.84% | - |
| XYZ | 45.86 | 38.49 | 44.55 | - |
| YUV | 170.58 | 129.37 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 148 | 173 | 0 | 0.31 | 0.19 | 0.16 | 337.27 | 0.45 | 0.71 |
| Hex | D6 | 94 | AD | 0 | 1F | 13 | 10 | 151 | 2D | 47 |
| Octal | 326 | 224 | 255 | 0 | 37 | 23 | 20 | 521 | 55 | 107 |
| Binary | 11010110 | 10010100 | 10101101 | 0 | 11111 | 10011 | 10000 | 101010001 | 101101 | 1000111 |
Color Harmonies of #D694AD
Complementary color
Monochromatic Colors of #D694AD
Black with #D694AD
Text Example
Text Example
White with #D694AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D694AD; }
p { color: rgb(214,148,173); }
H1.HeaderClassName
{
color: #D694AD;
}
.AnyTagClassName
{
color: #D694AD;
}
</style>
background-color css
<style>
a { background-color: #D694AD; }
a { background-color: rgb(214,148,173); }
div.DivClassName
{
background-color: #D694AD;
}
.BgClassName
{
background-color: #D694AD;
}
</style>
border-color css
<style>
span { border-color: #D694AD; }
span { border-color: rgb(214,148,173); }
td.TdClassName
{
border-color: #D694AD;
}
.TagClassName
{
border-color: #D694AD;
}
</style>