Shades of Kobi #D682B4
Tints of Kobi #D682B4
RGB
CMYK
RGB Variations
Color information
#D682B4 (or 0xD682B4) is known color: Kobi. HEX triplet: D6, 82 and B4. RGB value is (214,130,180). Sum of RGB (Red+Green+Blue) = 214+130+180=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D682B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682B4 is #297D4B. Grayscale: #A0A0A0. Windows color (decimal): -2719052 or 11829974. OLE color: 11829974.
HSL color Cylindrical-coordinate representation of color #D682B4: hue angle of 324.29º 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 #D682B4 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 180 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.16 |
| HSL | 324.29º | 0.51% | 0.67% | - |
| HSV(B) | 324.29º | 0.39% | 0.84% | - |
| XYZ | 43.95 | 33.56 | 47.34 | - |
| YUV | 160.82 | 138.83 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 180 | 0 | 0.39 | 0.16 | 0.16 | 324.29 | 0.51 | 0.67 |
| Hex | D6 | 82 | B4 | 0 | 27 | 10 | 10 | 144 | 33 | 43 |
| Octal | 326 | 202 | 264 | 0 | 47 | 20 | 20 | 504 | 63 | 103 |
| Binary | 11010110 | 10000010 | 10110100 | 0 | 100111 | 10000 | 10000 | 101000100 | 110011 | 1000011 |
Color Harmonies of #D682B4
Complementary color
Monochromatic Colors of #D682B4
Black with #D682B4
Text Example
Text Example
White with #D682B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D682B4; }
p { color: rgb(214,130,180); }
H1.HeaderClassName
{
color: #D682B4;
}
.AnyTagClassName
{
color: #D682B4;
}
</style>
background-color css
<style>
a { background-color: #D682B4; }
a { background-color: rgb(214,130,180); }
div.DivClassName
{
background-color: #D682B4;
}
.BgClassName
{
background-color: #D682B4;
}
</style>
border-color css
<style>
span { border-color: #D682B4; }
span { border-color: rgb(214,130,180); }
td.TdClassName
{
border-color: #D682B4;
}
.TagClassName
{
border-color: #D682B4;
}
</style>