Shades of Kobi #D682B2
Tints of Kobi #D682B2
RGB
CMYK
RGB Variations
Color information
#D682B2 (or 0xD682B2) is known color: Kobi. HEX triplet: D6, 82 and B2. RGB value is (214,130,178). Sum of RGB (Red+Green+Blue) = 214+130+178=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D682B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D682B2 is #297D4D. Grayscale: #A0A0A0. Windows color (decimal): -2719054 or 11698902. OLE color: 11698902.
HSL color Cylindrical-coordinate representation of color #D682B2: hue angle of 325.71º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D682B2 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 178 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.16 |
| HSL | 325.71º | 0.51% | 0.67% | - |
| HSV(B) | 325.71º | 0.39% | 0.84% | - |
| XYZ | 43.75 | 33.48 | 46.28 | - |
| YUV | 160.59 | 137.83 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 178 | 0 | 0.39 | 0.17 | 0.16 | 325.71 | 0.51 | 0.67 |
| Hex | D6 | 82 | B2 | 0 | 27 | 11 | 10 | 146 | 33 | 43 |
| Octal | 326 | 202 | 262 | 0 | 47 | 21 | 20 | 506 | 63 | 103 |
| Binary | 11010110 | 10000010 | 10110010 | 0 | 100111 | 10001 | 10000 | 101000110 | 110011 | 1000011 |
Color Harmonies of #D682B2
Complementary color
Monochromatic Colors of #D682B2
Black with #D682B2
Text Example
Text Example
White with #D682B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D682B2; }
p { color: rgb(214,130,178); }
H1.HeaderClassName
{
color: #D682B2;
}
.AnyTagClassName
{
color: #D682B2;
}
</style>
background-color css
<style>
a { background-color: #D682B2; }
a { background-color: rgb(214,130,178); }
div.DivClassName
{
background-color: #D682B2;
}
.BgClassName
{
background-color: #D682B2;
}
</style>
border-color css
<style>
span { border-color: #D682B2; }
span { border-color: rgb(214,130,178); }
td.TdClassName
{
border-color: #D682B2;
}
.TagClassName
{
border-color: #D682B2;
}
</style>