Shades of Kobi #D583AA
Tints of Kobi #D583AA
RGB
CMYK
RGB Variations
Color information
#D583AA (or 0xD583AA) is known color: Kobi. HEX triplet: D5, 83 and AA. RGB value is (213,131,170). Sum of RGB (Red+Green+Blue) = 213+131+170=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D583AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D583AA is #2A7C55. Grayscale: #9F9F9F. Windows color (decimal): -2784342 or 11174869. OLE color: 11174869.
HSL color Cylindrical-coordinate representation of color #D583AA: hue angle of 331.46º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D583AA is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 170 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.16 |
| HSL | 331.46º | 0.49% | 0.67% | - |
| HSV(B) | 331.46º | 0.38% | 0.84% | - |
| XYZ | 42.81 | 33.28 | 42.2 | - |
| YUV | 159.96 | 133.67 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 170 | 0 | 0.38 | 0.20 | 0.16 | 331.46 | 0.49 | 0.67 |
| Hex | D5 | 83 | AA | 0 | 26 | 14 | 10 | 14B | 31 | 43 |
| Octal | 325 | 203 | 252 | 0 | 46 | 24 | 20 | 513 | 61 | 103 |
| Binary | 11010101 | 10000011 | 10101010 | 0 | 100110 | 10100 | 10000 | 101001011 | 110001 | 1000011 |
Color Harmonies of #D583AA
Complementary color
Monochromatic Colors of #D583AA
Black with #D583AA
Text Example
Text Example
White with #D583AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D583AA; }
p { color: rgb(213,131,170); }
H1.HeaderClassName
{
color: #D583AA;
}
.AnyTagClassName
{
color: #D583AA;
}
</style>
background-color css
<style>
a { background-color: #D583AA; }
a { background-color: rgb(213,131,170); }
div.DivClassName
{
background-color: #D583AA;
}
.BgClassName
{
background-color: #D583AA;
}
</style>
border-color css
<style>
span { border-color: #D583AA; }
span { border-color: rgb(213,131,170); }
td.TdClassName
{
border-color: #D583AA;
}
.TagClassName
{
border-color: #D583AA;
}
</style>