Shades of Kobi #D682B3
Tints of Kobi #D682B3
RGB
CMYK
RGB Variations
Color information
#D682B3 (or 0xD682B3) is known color: Kobi. HEX triplet: D6, 82 and B3. RGB value is (214,130,179). Sum of RGB (Red+Green+Blue) = 214+130+179=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D682B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682B3 is #297D4C. Grayscale: #A0A0A0. Windows color (decimal): -2719053 or 11764438. OLE color: 11764438.
HSL color Cylindrical-coordinate representation of color #D682B3: hue angle of 325º 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 #D682B3 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 179 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.16 |
| HSL | 325º | 0.51% | 0.67% | - |
| HSV(B) | 325º | 0.39% | 0.84% | - |
| XYZ | 43.85 | 33.52 | 46.81 | - |
| YUV | 160.7 | 138.33 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 179 | 0 | 0.39 | 0.16 | 0.16 | 325 | 0.51 | 0.67 |
| Hex | D6 | 82 | B3 | 0 | 27 | 10 | 10 | 145 | 33 | 43 |
| Octal | 326 | 202 | 263 | 0 | 47 | 20 | 20 | 505 | 63 | 103 |
| Binary | 11010110 | 10000010 | 10110011 | 0 | 100111 | 10000 | 10000 | 101000101 | 110011 | 1000011 |
Color Harmonies of #D682B3
Complementary color
Monochromatic Colors of #D682B3
Black with #D682B3
Text Example
Text Example
White with #D682B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D682B3; }
p { color: rgb(214,130,179); }
H1.HeaderClassName
{
color: #D682B3;
}
.AnyTagClassName
{
color: #D682B3;
}
</style>
background-color css
<style>
a { background-color: #D682B3; }
a { background-color: rgb(214,130,179); }
div.DivClassName
{
background-color: #D682B3;
}
.BgClassName
{
background-color: #D682B3;
}
</style>
border-color css
<style>
span { border-color: #D682B3; }
span { border-color: rgb(214,130,179); }
td.TdClassName
{
border-color: #D682B3;
}
.TagClassName
{
border-color: #D682B3;
}
</style>