Shades of Kobi #D582A8
Tints of Kobi #D582A8
RGB
CMYK
RGB Variations
Color information
#D582A8 (or 0xD582A8) is known color: Kobi. HEX triplet: D5, 82 and A8. RGB value is (213,130,168). Sum of RGB (Red+Green+Blue) = 213+130+168=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D582A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D582A8 is #2A7D57. Grayscale: #9F9F9F. Windows color (decimal): -2784600 or 11043541. OLE color: 11043541.
HSL color Cylindrical-coordinate representation of color #D582A8: hue angle of 332.53º 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 #D582A8 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 130 | 168 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.16 |
| HSL | 332.53º | 0.5% | 0.67% | - |
| HSV(B) | 332.53º | 0.39% | 0.84% | - |
| XYZ | 42.49 | 32.94 | 41.16 | - |
| YUV | 159.15 | 133 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 168 | 0 | 0.39 | 0.21 | 0.16 | 332.53 | 0.5 | 0.67 |
| Hex | D5 | 82 | A8 | 0 | 27 | 15 | 10 | 14D | 32 | 43 |
| Octal | 325 | 202 | 250 | 0 | 47 | 25 | 20 | 515 | 62 | 103 |
| Binary | 11010101 | 10000010 | 10101000 | 0 | 100111 | 10101 | 10000 | 101001101 | 110010 | 1000011 |
Color Harmonies of #D582A8
Complementary color
Monochromatic Colors of #D582A8
Black with #D582A8
Text Example
Text Example
White with #D582A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D582A8; }
p { color: rgb(213,130,168); }
H1.HeaderClassName
{
color: #D582A8;
}
.AnyTagClassName
{
color: #D582A8;
}
</style>
background-color css
<style>
a { background-color: #D582A8; }
a { background-color: rgb(213,130,168); }
div.DivClassName
{
background-color: #D582A8;
}
.BgClassName
{
background-color: #D582A8;
}
</style>
border-color css
<style>
span { border-color: #D582A8; }
span { border-color: rgb(213,130,168); }
td.TdClassName
{
border-color: #D582A8;
}
.TagClassName
{
border-color: #D582A8;
}
</style>