Shades of Carissma #D58788
Tints of Carissma #D58788
RGB
CMYK
RGB Variations
Color information
#D58788 (or 0xD58788) is known color: Carissma. HEX triplet: D5, 87 and 88. RGB value is (213,135,136). Sum of RGB (Red+Green+Blue) = 213+135+136=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D58788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58788 is #2A7877. Grayscale: #9E9E9E. Windows color (decimal): -2783352 or 8947669. OLE color: 8947669.
HSL color Cylindrical-coordinate representation of color #D58788: hue angle of 359.23º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D58788 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 136 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.16 |
| HSL | 359.23º | 0.48% | 0.68% | - |
| HSV(B) | 359.23º | 0.37% | 0.84% | - |
| XYZ | 40.55 | 33.25 | 27.57 | - |
| YUV | 158.44 | 115.34 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 136 | 0 | 0.37 | 0.36 | 0.16 | 359.23 | 0.48 | 0.68 |
| Hex | D5 | 87 | 88 | 0 | 25 | 24 | 10 | 167 | 30 | 44 |
| Octal | 325 | 207 | 210 | 0 | 45 | 44 | 20 | 547 | 60 | 104 |
| Binary | 11010101 | 10000111 | 10001000 | 0 | 100101 | 100100 | 10000 | 101100111 | 110000 | 1000100 |
Color Harmonies of #D58788
Complementary color
Monochromatic Colors of #D58788
Black with #D58788
Text Example
Text Example
White with #D58788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58788; }
p { color: rgb(213,135,136); }
H1.HeaderClassName
{
color: #D58788;
}
.AnyTagClassName
{
color: #D58788;
}
</style>
background-color css
<style>
a { background-color: #D58788; }
a { background-color: rgb(213,135,136); }
div.DivClassName
{
background-color: #D58788;
}
.BgClassName
{
background-color: #D58788;
}
</style>
border-color css
<style>
span { border-color: #D58788; }
span { border-color: rgb(213,135,136); }
td.TdClassName
{
border-color: #D58788;
}
.TagClassName
{
border-color: #D58788;
}
</style>