Shades of Kobi #D688B3
Tints of Kobi #D688B3
RGB
CMYK
RGB Variations
Color information
#D688B3 (or 0xD688B3) is known color: Kobi. HEX triplet: D6, 88 and B3. RGB value is (214,136,179). Sum of RGB (Red+Green+Blue) = 214+136+179=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D688B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688B3 is #29774C. Grayscale: #A4A4A4. Windows color (decimal): -2717517 or 11765974. OLE color: 11765974.
HSL color Cylindrical-coordinate representation of color #D688B3: hue angle of 326.92º 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 #D688B3 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 179 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.16 |
| HSL | 326.92º | 0.49% | 0.69% | - |
| HSV(B) | 326.92º | 0.36% | 0.84% | - |
| XYZ | 44.67 | 35.16 | 47.08 | - |
| YUV | 164.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 179 | 0 | 0.36 | 0.16 | 0.16 | 326.92 | 0.49 | 0.69 |
| Hex | D6 | 88 | B3 | 0 | 24 | 10 | 10 | 147 | 31 | 45 |
| Octal | 326 | 210 | 263 | 0 | 44 | 20 | 20 | 507 | 61 | 105 |
| Binary | 11010110 | 10001000 | 10110011 | 0 | 100100 | 10000 | 10000 | 101000111 | 110001 | 1000101 |
Color Harmonies of #D688B3
Complementary color
Monochromatic Colors of #D688B3
Black with #D688B3
Text Example
Text Example
White with #D688B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D688B3; }
p { color: rgb(214,136,179); }
H1.HeaderClassName
{
color: #D688B3;
}
.AnyTagClassName
{
color: #D688B3;
}
</style>
background-color css
<style>
a { background-color: #D688B3; }
a { background-color: rgb(214,136,179); }
div.DivClassName
{
background-color: #D688B3;
}
.BgClassName
{
background-color: #D688B3;
}
</style>
border-color css
<style>
span { border-color: #D688B3; }
span { border-color: rgb(214,136,179); }
td.TdClassName
{
border-color: #D688B3;
}
.TagClassName
{
border-color: #D688B3;
}
</style>