Shades of Kobi #D688A8
Tints of Kobi #D688A8
RGB
CMYK
RGB Variations
Color information
#D688A8 (or 0xD688A8) is known color: Kobi. HEX triplet: D6, 88 and A8. RGB value is (214,136,168). Sum of RGB (Red+Green+Blue) = 214+136+168=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D688A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D688A8 is #297757. Grayscale: #A2A2A2. Windows color (decimal): -2717528 or 11045078. OLE color: 11045078.
HSL color Cylindrical-coordinate representation of color #D688A8: hue angle of 335.38º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D688A8 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 168 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.16 |
| HSL | 335.38º | 0.49% | 0.69% | - |
| HSV(B) | 335.38º | 0.36% | 0.84% | - |
| XYZ | 43.6 | 34.73 | 41.45 | - |
| YUV | 162.97 | 130.84 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 168 | 0 | 0.36 | 0.21 | 0.16 | 335.38 | 0.49 | 0.69 |
| Hex | D6 | 88 | A8 | 0 | 24 | 15 | 10 | 14F | 31 | 45 |
| Octal | 326 | 210 | 250 | 0 | 44 | 25 | 20 | 517 | 61 | 105 |
| Binary | 11010110 | 10001000 | 10101000 | 0 | 100100 | 10101 | 10000 | 101001111 | 110001 | 1000101 |
Color Harmonies of #D688A8
Complementary color
Monochromatic Colors of #D688A8
Black with #D688A8
Text Example
Text Example
White with #D688A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D688A8; }
p { color: rgb(214,136,168); }
H1.HeaderClassName
{
color: #D688A8;
}
.AnyTagClassName
{
color: #D688A8;
}
</style>
background-color css
<style>
a { background-color: #D688A8; }
a { background-color: rgb(214,136,168); }
div.DivClassName
{
background-color: #D688A8;
}
.BgClassName
{
background-color: #D688A8;
}
</style>
border-color css
<style>
span { border-color: #D688A8; }
span { border-color: rgb(214,136,168); }
td.TdClassName
{
border-color: #D688A8;
}
.TagClassName
{
border-color: #D688A8;
}
</style>