Shades of Carissma #DA8187
Tints of Carissma #DA8187
RGB
CMYK
RGB Variations
Color information
#DA8187 (or 0xDA8187) is known color: Carissma. HEX triplet: DA, 81 and 87. RGB value is (218,129,135). Sum of RGB (Red+Green+Blue) = 218+129+135=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8187 is #257E78. Grayscale: #9C9C9C. Windows color (decimal): -2457209 or 8880602. OLE color: 8880602.
HSL color Cylindrical-coordinate representation of color #DA8187: hue angle of 355.96º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA8187 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 135 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.15 |
| HSL | 355.96º | 0.55% | 0.68% | - |
| HSV(B) | 355.96º | 0.41% | 0.85% | - |
| XYZ | 41.14 | 32.36 | 27 | - |
| YUV | 156.3 | 115.99 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 135 | 0 | 0.41 | 0.38 | 0.15 | 355.96 | 0.55 | 0.68 |
| Hex | DA | 81 | 87 | 0 | 29 | 26 | F | 164 | 37 | 44 |
| Octal | 332 | 201 | 207 | 0 | 51 | 46 | 17 | 544 | 67 | 104 |
| Binary | 11011010 | 10000001 | 10000111 | 0 | 101001 | 100110 | 1111 | 101100100 | 110111 | 1000100 |
Color Harmonies of #DA8187
Complementary color
Monochromatic Colors of #DA8187
Black with #DA8187
Text Example
Text Example
White with #DA8187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8187; }
p { color: rgb(218,129,135); }
H1.HeaderClassName
{
color: #DA8187;
}
.AnyTagClassName
{
color: #DA8187;
}
</style>
background-color css
<style>
a { background-color: #DA8187; }
a { background-color: rgb(218,129,135); }
div.DivClassName
{
background-color: #DA8187;
}
.BgClassName
{
background-color: #DA8187;
}
</style>
border-color css
<style>
span { border-color: #DA8187; }
span { border-color: rgb(218,129,135); }
td.TdClassName
{
border-color: #DA8187;
}
.TagClassName
{
border-color: #DA8187;
}
</style>