Shades of Kobi #D696B3
Tints of Kobi #D696B3
RGB
CMYK
RGB Variations
Color information
#D696B3 (or 0xD696B3) is known color: Kobi. HEX triplet: D6, 96 and B3. RGB value is (214,150,179). Sum of RGB (Red+Green+Blue) = 214+150+179=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 179 (70.31% from 255 or 32.97% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D696B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696B3 is #29694C. Grayscale: #ACACAC. Windows color (decimal): -2713933 or 11769558. OLE color: 11769558.
HSL color Cylindrical-coordinate representation of color #D696B3: hue angle of 332.81º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D696B3 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 150 | 179 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.16 |
| HSL | 332.81º | 0.44% | 0.71% | - |
| HSV(B) | 332.81º | 0.3% | 0.84% | - |
| XYZ | 46.77 | 39.36 | 47.78 | - |
| YUV | 172.44 | 131.7 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 179 | 0 | 0.30 | 0.16 | 0.16 | 332.81 | 0.44 | 0.71 |
| Hex | D6 | 96 | B3 | 0 | 1E | 10 | 10 | 14D | 2C | 47 |
| Octal | 326 | 226 | 263 | 0 | 36 | 20 | 20 | 515 | 54 | 107 |
| Binary | 11010110 | 10010110 | 10110011 | 0 | 11110 | 10000 | 10000 | 101001101 | 101100 | 1000111 |
Color Harmonies of #D696B3
Complementary color
Monochromatic Colors of #D696B3
Black with #D696B3
Text Example
Text Example
White with #D696B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D696B3; }
p { color: rgb(214,150,179); }
H1.HeaderClassName
{
color: #D696B3;
}
.AnyTagClassName
{
color: #D696B3;
}
</style>
background-color css
<style>
a { background-color: #D696B3; }
a { background-color: rgb(214,150,179); }
div.DivClassName
{
background-color: #D696B3;
}
.BgClassName
{
background-color: #D696B3;
}
</style>
border-color css
<style>
span { border-color: #D696B3; }
span { border-color: rgb(214,150,179); }
td.TdClassName
{
border-color: #D696B3;
}
.TagClassName
{
border-color: #D696B3;
}
</style>