Shades of Carissma #DA8587
Tints of Carissma #DA8587
RGB
CMYK
RGB Variations
Color information
#DA8587 (or 0xDA8587) is known color: Carissma. HEX triplet: DA, 85 and 87. RGB value is (218,133,135). Sum of RGB (Red+Green+Blue) = 218+133+135=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8587 is #257A78. Grayscale: #9E9E9E. Windows color (decimal): -2456185 or 8881626. OLE color: 8881626.
HSL color Cylindrical-coordinate representation of color #DA8587: hue angle of 358.59º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA8587 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 135 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.15 |
| HSL | 358.59º | 0.53% | 0.69% | - |
| HSV(B) | 358.59º | 0.39% | 0.85% | - |
| XYZ | 41.67 | 33.43 | 27.18 | - |
| YUV | 158.64 | 114.66 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 135 | 0 | 0.39 | 0.38 | 0.15 | 358.59 | 0.53 | 0.69 |
| Hex | DA | 85 | 87 | 0 | 27 | 26 | F | 167 | 35 | 45 |
| Octal | 332 | 205 | 207 | 0 | 47 | 46 | 17 | 547 | 65 | 105 |
| Binary | 11011010 | 10000101 | 10000111 | 0 | 100111 | 100110 | 1111 | 101100111 | 110101 | 1000101 |
Color Harmonies of #DA8587
Complementary color
Monochromatic Colors of #DA8587
Black with #DA8587
Text Example
Text Example
White with #DA8587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8587; }
p { color: rgb(218,133,135); }
H1.HeaderClassName
{
color: #DA8587;
}
.AnyTagClassName
{
color: #DA8587;
}
</style>
background-color css
<style>
a { background-color: #DA8587; }
a { background-color: rgb(218,133,135); }
div.DivClassName
{
background-color: #DA8587;
}
.BgClassName
{
background-color: #DA8587;
}
</style>
border-color css
<style>
span { border-color: #DA8587; }
span { border-color: rgb(218,133,135); }
td.TdClassName
{
border-color: #DA8587;
}
.TagClassName
{
border-color: #DA8587;
}
</style>