Shades of Carissma #DA808B
Tints of Carissma #DA808B
RGB
CMYK
RGB Variations
Color information
#DA808B (or 0xDA808B) is known color: Carissma. HEX triplet: DA, 80 and 8B. RGB value is (218,128,139). Sum of RGB (Red+Green+Blue) = 218+128+139=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA808B is #257F74. Grayscale: #9C9C9C. Windows color (decimal): -2457461 or 9142490. OLE color: 9142490.
HSL color Cylindrical-coordinate representation of color #DA808B: hue angle of 352.67º 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 #DA808B is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 139 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.15 |
| HSL | 352.67º | 0.55% | 0.68% | - |
| HSV(B) | 352.67º | 0.41% | 0.85% | - |
| XYZ | 41.29 | 32.21 | 28.47 | - |
| YUV | 156.16 | 118.32 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 139 | 0 | 0.41 | 0.36 | 0.15 | 352.67 | 0.55 | 0.68 |
| Hex | DA | 80 | 8B | 0 | 29 | 24 | F | 161 | 37 | 44 |
| Octal | 332 | 200 | 213 | 0 | 51 | 44 | 17 | 541 | 67 | 104 |
| Binary | 11011010 | 10000000 | 10001011 | 0 | 101001 | 100100 | 1111 | 101100001 | 110111 | 1000100 |
Color Harmonies of #DA808B
Complementary color
Monochromatic Colors of #DA808B
Black with #DA808B
Text Example
Text Example
White with #DA808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA808B; }
p { color: rgb(218,128,139); }
H1.HeaderClassName
{
color: #DA808B;
}
.AnyTagClassName
{
color: #DA808B;
}
</style>
background-color css
<style>
a { background-color: #DA808B; }
a { background-color: rgb(218,128,139); }
div.DivClassName
{
background-color: #DA808B;
}
.BgClassName
{
background-color: #DA808B;
}
</style>
border-color css
<style>
span { border-color: #DA808B; }
span { border-color: rgb(218,128,139); }
td.TdClassName
{
border-color: #DA808B;
}
.TagClassName
{
border-color: #DA808B;
}
</style>