Shades of Kobi #D680AF
Tints of Kobi #D680AF
RGB
CMYK
RGB Variations
Color information
#D680AF (or 0xD680AF) is known color: Kobi. HEX triplet: D6, 80 and AF. RGB value is (214,128,175). Sum of RGB (Red+Green+Blue) = 214+128+175=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D680AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D680AF is #297F50. Grayscale: #9E9E9E. Windows color (decimal): -2719569 or 11501782. OLE color: 11501782.
HSL color Cylindrical-coordinate representation of color #D680AF: hue angle of 327.21º 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 #D680AF is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 175 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.16 |
| HSL | 327.21º | 0.51% | 0.67% | - |
| HSV(B) | 327.21º | 0.4% | 0.84% | - |
| XYZ | 43.19 | 32.83 | 44.62 | - |
| YUV | 159.07 | 136.99 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 175 | 0 | 0.40 | 0.18 | 0.16 | 327.21 | 0.51 | 0.67 |
| Hex | D6 | 80 | AF | 0 | 28 | 12 | 10 | 147 | 33 | 43 |
| Octal | 326 | 200 | 257 | 0 | 50 | 22 | 20 | 507 | 63 | 103 |
| Binary | 11010110 | 10000000 | 10101111 | 0 | 101000 | 10010 | 10000 | 101000111 | 110011 | 1000011 |
Color Harmonies of #D680AF
Complementary color
Monochromatic Colors of #D680AF
Black with #D680AF
Text Example
Text Example
White with #D680AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D680AF; }
p { color: rgb(214,128,175); }
H1.HeaderClassName
{
color: #D680AF;
}
.AnyTagClassName
{
color: #D680AF;
}
</style>
background-color css
<style>
a { background-color: #D680AF; }
a { background-color: rgb(214,128,175); }
div.DivClassName
{
background-color: #D680AF;
}
.BgClassName
{
background-color: #D680AF;
}
</style>
border-color css
<style>
span { border-color: #D680AF; }
span { border-color: rgb(214,128,175); }
td.TdClassName
{
border-color: #D680AF;
}
.TagClassName
{
border-color: #D680AF;
}
</style>