Shades of Kobi #D680AA
Tints of Kobi #D680AA
RGB
CMYK
RGB Variations
Color information
#D680AA (or 0xD680AA) is known color: Kobi. HEX triplet: D6, 80 and AA. RGB value is (214,128,170). Sum of RGB (Red+Green+Blue) = 214+128+170=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D680AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D680AA is #297F55. Grayscale: #9E9E9E. Windows color (decimal): -2719574 or 11174102. OLE color: 11174102.
HSL color Cylindrical-coordinate representation of color #D680AA: hue angle of 330.7º 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 #D680AA is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 170 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.16 |
| HSL | 330.7º | 0.51% | 0.67% | - |
| HSV(B) | 330.7º | 0.4% | 0.84% | - |
| XYZ | 42.71 | 32.64 | 42.08 | - |
| YUV | 158.5 | 134.49 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 170 | 0 | 0.40 | 0.21 | 0.16 | 330.7 | 0.51 | 0.67 |
| Hex | D6 | 80 | AA | 0 | 28 | 15 | 10 | 14B | 33 | 43 |
| Octal | 326 | 200 | 252 | 0 | 50 | 25 | 20 | 513 | 63 | 103 |
| Binary | 11010110 | 10000000 | 10101010 | 0 | 101000 | 10101 | 10000 | 101001011 | 110011 | 1000011 |
Color Harmonies of #D680AA
Complementary color
Monochromatic Colors of #D680AA
Black with #D680AA
Text Example
Text Example
White with #D680AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D680AA; }
p { color: rgb(214,128,170); }
H1.HeaderClassName
{
color: #D680AA;
}
.AnyTagClassName
{
color: #D680AA;
}
</style>
background-color css
<style>
a { background-color: #D680AA; }
a { background-color: rgb(214,128,170); }
div.DivClassName
{
background-color: #D680AA;
}
.BgClassName
{
background-color: #D680AA;
}
</style>
border-color css
<style>
span { border-color: #D680AA; }
span { border-color: rgb(214,128,170); }
td.TdClassName
{
border-color: #D680AA;
}
.TagClassName
{
border-color: #D680AA;
}
</style>