Shades of Carissma #DA8A8C
Tints of Carissma #DA8A8C
RGB
CMYK
RGB Variations
Color information
#DA8A8C (or 0xDA8A8C) is known color: Carissma. HEX triplet: DA, 8A and 8C. RGB value is (218,138,140). Sum of RGB (Red+Green+Blue) = 218+138+140=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8A8C is #257573. Grayscale: #A2A2A2. Windows color (decimal): -2454900 or 9210586. OLE color: 9210586.
HSL color Cylindrical-coordinate representation of color #DA8A8C: hue angle of 358.5º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8A8C is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 140 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.15 |
| HSL | 358.5º | 0.52% | 0.7% | - |
| HSV(B) | 358.5º | 0.37% | 0.85% | - |
| XYZ | 42.74 | 34.98 | 29.31 | - |
| YUV | 162.15 | 115.5 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 140 | 0 | 0.37 | 0.36 | 0.15 | 358.5 | 0.52 | 0.7 |
| Hex | DA | 8A | 8C | 0 | 25 | 24 | F | 166 | 34 | 46 |
| Octal | 332 | 212 | 214 | 0 | 45 | 44 | 17 | 546 | 64 | 106 |
| Binary | 11011010 | 10001010 | 10001100 | 0 | 100101 | 100100 | 1111 | 101100110 | 110100 | 1000110 |
Color Harmonies of #DA8A8C
Complementary color
Monochromatic Colors of #DA8A8C
Black with #DA8A8C
Text Example
Text Example
White with #DA8A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A8C; }
p { color: rgb(218,138,140); }
H1.HeaderClassName
{
color: #DA8A8C;
}
.AnyTagClassName
{
color: #DA8A8C;
}
</style>
background-color css
<style>
a { background-color: #DA8A8C; }
a { background-color: rgb(218,138,140); }
div.DivClassName
{
background-color: #DA8A8C;
}
.BgClassName
{
background-color: #DA8A8C;
}
</style>
border-color css
<style>
span { border-color: #DA8A8C; }
span { border-color: rgb(218,138,140); }
td.TdClassName
{
border-color: #DA8A8C;
}
.TagClassName
{
border-color: #DA8A8C;
}
</style>