Shades of Carissma #DA8492
Tints of Carissma #DA8492
RGB
CMYK
RGB Variations
Color information
#DA8492 (or 0xDA8492) is known color: Carissma. HEX triplet: DA, 84 and 92. RGB value is (218,132,146). Sum of RGB (Red+Green+Blue) = 218+132+146=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8492 is #257B6D. Grayscale: #9F9F9F. Windows color (decimal): -2456430 or 9602266. OLE color: 9602266.
HSL color Cylindrical-coordinate representation of color #DA8492: hue angle of 350.23º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA8492 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 146 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.15 |
| HSL | 350.23º | 0.54% | 0.69% | - |
| HSV(B) | 350.23º | 0.39% | 0.85% | - |
| XYZ | 42.35 | 33.48 | 31.42 | - |
| YUV | 159.31 | 120.49 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 146 | 0 | 0.39 | 0.33 | 0.15 | 350.23 | 0.54 | 0.69 |
| Hex | DA | 84 | 92 | 0 | 27 | 21 | F | 15E | 36 | 45 |
| Octal | 332 | 204 | 222 | 0 | 47 | 41 | 17 | 536 | 66 | 105 |
| Binary | 11011010 | 10000100 | 10010010 | 0 | 100111 | 100001 | 1111 | 101011110 | 110110 | 1000101 |
Color Harmonies of #DA8492
Complementary color
Monochromatic Colors of #DA8492
Black with #DA8492
Text Example
Text Example
White with #DA8492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8492; }
p { color: rgb(218,132,146); }
H1.HeaderClassName
{
color: #DA8492;
}
.AnyTagClassName
{
color: #DA8492;
}
</style>
background-color css
<style>
a { background-color: #DA8492; }
a { background-color: rgb(218,132,146); }
div.DivClassName
{
background-color: #DA8492;
}
.BgClassName
{
background-color: #DA8492;
}
</style>
border-color css
<style>
span { border-color: #DA8492; }
span { border-color: rgb(218,132,146); }
td.TdClassName
{
border-color: #DA8492;
}
.TagClassName
{
border-color: #DA8492;
}
</style>