Shades of Kobi #D680B1
Tints of Kobi #D680B1
RGB
CMYK
RGB Variations
Color information
#D680B1 (or 0xD680B1) is known color: Kobi. HEX triplet: D6, 80 and B1. RGB value is (214,128,177). Sum of RGB (Red+Green+Blue) = 214+128+177=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D680B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D680B1 is #297F4E. Grayscale: #9F9F9F. Windows color (decimal): -2719567 or 11632854. OLE color: 11632854.
HSL color Cylindrical-coordinate representation of color #D680B1: hue angle of 325.81º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D680B1 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 177 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.16 |
| HSL | 325.81º | 0.51% | 0.67% | - |
| HSV(B) | 325.81º | 0.4% | 0.84% | - |
| XYZ | 43.39 | 32.91 | 45.66 | - |
| YUV | 159.3 | 137.99 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 177 | 0 | 0.40 | 0.17 | 0.16 | 325.81 | 0.51 | 0.67 |
| Hex | D6 | 80 | B1 | 0 | 28 | 11 | 10 | 146 | 33 | 43 |
| Octal | 326 | 200 | 261 | 0 | 50 | 21 | 20 | 506 | 63 | 103 |
| Binary | 11010110 | 10000000 | 10110001 | 0 | 101000 | 10001 | 10000 | 101000110 | 110011 | 1000011 |
Color Harmonies of #D680B1
Complementary color
Monochromatic Colors of #D680B1
Black with #D680B1
Text Example
Text Example
White with #D680B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D680B1; }
p { color: rgb(214,128,177); }
H1.HeaderClassName
{
color: #D680B1;
}
.AnyTagClassName
{
color: #D680B1;
}
</style>
background-color css
<style>
a { background-color: #D680B1; }
a { background-color: rgb(214,128,177); }
div.DivClassName
{
background-color: #D680B1;
}
.BgClassName
{
background-color: #D680B1;
}
</style>
border-color css
<style>
span { border-color: #D680B1; }
span { border-color: rgb(214,128,177); }
td.TdClassName
{
border-color: #D680B1;
}
.TagClassName
{
border-color: #D680B1;
}
</style>