Shades of Kobi #D582B1
Tints of Kobi #D582B1
RGB
CMYK
RGB Variations
Color information
#D582B1 (or 0xD582B1) is known color: Kobi. HEX triplet: D5, 82 and B1. RGB value is (213,130,177). Sum of RGB (Red+Green+Blue) = 213+130+177=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D582B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D582B1 is #2A7D4E. Grayscale: #A0A0A0. Windows color (decimal): -2784591 or 11633365. OLE color: 11633365.
HSL color Cylindrical-coordinate representation of color #D582B1: hue angle of 326.02º degrees, saturation: 0.5, 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 #D582B1 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 130 | 177 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.16 |
| HSL | 326.02º | 0.5% | 0.67% | - |
| HSV(B) | 326.02º | 0.39% | 0.84% | - |
| XYZ | 43.36 | 33.29 | 45.73 | - |
| YUV | 160.18 | 137.5 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 177 | 0 | 0.39 | 0.17 | 0.16 | 326.02 | 0.5 | 0.67 |
| Hex | D5 | 82 | B1 | 0 | 27 | 11 | 10 | 146 | 32 | 43 |
| Octal | 325 | 202 | 261 | 0 | 47 | 21 | 20 | 506 | 62 | 103 |
| Binary | 11010101 | 10000010 | 10110001 | 0 | 100111 | 10001 | 10000 | 101000110 | 110010 | 1000011 |
Color Harmonies of #D582B1
Complementary color
Monochromatic Colors of #D582B1
Black with #D582B1
Text Example
Text Example
White with #D582B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D582B1; }
p { color: rgb(213,130,177); }
H1.HeaderClassName
{
color: #D582B1;
}
.AnyTagClassName
{
color: #D582B1;
}
</style>
background-color css
<style>
a { background-color: #D582B1; }
a { background-color: rgb(213,130,177); }
div.DivClassName
{
background-color: #D582B1;
}
.BgClassName
{
background-color: #D582B1;
}
</style>
border-color css
<style>
span { border-color: #D582B1; }
span { border-color: rgb(213,130,177); }
td.TdClassName
{
border-color: #D582B1;
}
.TagClassName
{
border-color: #D582B1;
}
</style>