Shades of Carissma #DA8C8F
Tints of Carissma #DA8C8F
RGB
CMYK
RGB Variations
Color information
#DA8C8F (or 0xDA8C8F) is known color: Carissma. HEX triplet: DA, 8C and 8F. RGB value is (218,140,143). Sum of RGB (Red+Green+Blue) = 218+140+143=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8C8F is #257370. Grayscale: #A3A3A3. Windows color (decimal): -2454385 or 9407706. OLE color: 9407706.
HSL color Cylindrical-coordinate representation of color #DA8C8F: hue angle of 357.69º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA8C8F is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 143 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.15 |
| HSL | 357.69º | 0.51% | 0.7% | - |
| HSV(B) | 357.69º | 0.36% | 0.85% | - |
| XYZ | 43.25 | 35.64 | 30.59 | - |
| YUV | 163.66 | 116.34 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 143 | 0 | 0.36 | 0.34 | 0.15 | 357.69 | 0.51 | 0.7 |
| Hex | DA | 8C | 8F | 0 | 24 | 22 | F | 166 | 33 | 46 |
| Octal | 332 | 214 | 217 | 0 | 44 | 42 | 17 | 546 | 63 | 106 |
| Binary | 11011010 | 10001100 | 10001111 | 0 | 100100 | 100010 | 1111 | 101100110 | 110011 | 1000110 |
Color Harmonies of #DA8C8F
Complementary color
Monochromatic Colors of #DA8C8F
Black with #DA8C8F
Text Example
Text Example
White with #DA8C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C8F; }
p { color: rgb(218,140,143); }
H1.HeaderClassName
{
color: #DA8C8F;
}
.AnyTagClassName
{
color: #DA8C8F;
}
</style>
background-color css
<style>
a { background-color: #DA8C8F; }
a { background-color: rgb(218,140,143); }
div.DivClassName
{
background-color: #DA8C8F;
}
.BgClassName
{
background-color: #DA8C8F;
}
</style>
border-color css
<style>
span { border-color: #DA8C8F; }
span { border-color: rgb(218,140,143); }
td.TdClassName
{
border-color: #DA8C8F;
}
.TagClassName
{
border-color: #DA8C8F;
}
</style>