Shades of Kobi #D582AA
Tints of Kobi #D582AA
RGB
CMYK
RGB Variations
Color information
#D582AA (or 0xD582AA) is known color: Kobi. HEX triplet: D5, 82 and AA. RGB value is (213,130,170). Sum of RGB (Red+Green+Blue) = 213+130+170=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D582AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D582AA is #2A7D55. Grayscale: #9F9F9F. Windows color (decimal): -2784598 or 11174613. OLE color: 11174613.
HSL color Cylindrical-coordinate representation of color #D582AA: hue angle of 331.08º 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 #D582AA is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 130 | 170 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.16 |
| HSL | 331.08º | 0.5% | 0.67% | - |
| HSV(B) | 331.08º | 0.39% | 0.84% | - |
| XYZ | 42.68 | 33.01 | 42.15 | - |
| YUV | 159.38 | 134 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 170 | 0 | 0.39 | 0.20 | 0.16 | 331.08 | 0.5 | 0.67 |
| Hex | D5 | 82 | AA | 0 | 27 | 14 | 10 | 14B | 32 | 43 |
| Octal | 325 | 202 | 252 | 0 | 47 | 24 | 20 | 513 | 62 | 103 |
| Binary | 11010101 | 10000010 | 10101010 | 0 | 100111 | 10100 | 10000 | 101001011 | 110010 | 1000011 |
Color Harmonies of #D582AA
Complementary color
Monochromatic Colors of #D582AA
Black with #D582AA
Text Example
Text Example
White with #D582AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D582AA; }
p { color: rgb(213,130,170); }
H1.HeaderClassName
{
color: #D582AA;
}
.AnyTagClassName
{
color: #D582AA;
}
</style>
background-color css
<style>
a { background-color: #D582AA; }
a { background-color: rgb(213,130,170); }
div.DivClassName
{
background-color: #D582AA;
}
.BgClassName
{
background-color: #D582AA;
}
</style>
border-color css
<style>
span { border-color: #D582AA; }
span { border-color: rgb(213,130,170); }
td.TdClassName
{
border-color: #D582AA;
}
.TagClassName
{
border-color: #D582AA;
}
</style>