Shades of Carissma #DA808C
Tints of Carissma #DA808C
RGB
CMYK
RGB Variations
Color information
#DA808C (or 0xDA808C) is known color: Carissma. HEX triplet: DA, 80 and 8C. RGB value is (218,128,140). Sum of RGB (Red+Green+Blue) = 218+128+140=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA808C is #257F73. Grayscale: #9C9C9C. Windows color (decimal): -2457460 or 9208026. OLE color: 9208026.
HSL color Cylindrical-coordinate representation of color #DA808C: hue angle of 352º 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 #DA808C is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 140 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.15 |
| HSL | 352º | 0.55% | 0.68% | - |
| HSV(B) | 352º | 0.41% | 0.85% | - |
| XYZ | 41.37 | 32.24 | 28.85 | - |
| YUV | 156.28 | 118.82 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 140 | 0 | 0.41 | 0.36 | 0.15 | 352 | 0.55 | 0.68 |
| Hex | DA | 80 | 8C | 0 | 29 | 24 | F | 160 | 37 | 44 |
| Octal | 332 | 200 | 214 | 0 | 51 | 44 | 17 | 540 | 67 | 104 |
| Binary | 11011010 | 10000000 | 10001100 | 0 | 101001 | 100100 | 1111 | 101100000 | 110111 | 1000100 |
Color Harmonies of #DA808C
Complementary color
Monochromatic Colors of #DA808C
Black with #DA808C
Text Example
Text Example
White with #DA808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA808C; }
p { color: rgb(218,128,140); }
H1.HeaderClassName
{
color: #DA808C;
}
.AnyTagClassName
{
color: #DA808C;
}
</style>
background-color css
<style>
a { background-color: #DA808C; }
a { background-color: rgb(218,128,140); }
div.DivClassName
{
background-color: #DA808C;
}
.BgClassName
{
background-color: #DA808C;
}
</style>
border-color css
<style>
span { border-color: #DA808C; }
span { border-color: rgb(218,128,140); }
td.TdClassName
{
border-color: #DA808C;
}
.TagClassName
{
border-color: #DA808C;
}
</style>