Shades of Carissma #DA8792
Tints of Carissma #DA8792
RGB
CMYK
RGB Variations
Color information
#DA8792 (or 0xDA8792) is known color: Carissma. HEX triplet: DA, 87 and 92. RGB value is (218,135,146). Sum of RGB (Red+Green+Blue) = 218+135+146=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8792 is #25786D. Grayscale: #A1A1A1. Windows color (decimal): -2455662 or 9603034. OLE color: 9603034.
HSL color Cylindrical-coordinate representation of color #DA8792: hue angle of 352.05º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA8792 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 135 | 146 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.15 |
| HSL | 352.05º | 0.53% | 0.69% | - |
| HSV(B) | 352.05º | 0.38% | 0.85% | - |
| XYZ | 42.77 | 34.31 | 31.56 | - |
| YUV | 161.07 | 119.5 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 135 | 146 | 0 | 0.38 | 0.33 | 0.15 | 352.05 | 0.53 | 0.69 |
| Hex | DA | 87 | 92 | 0 | 26 | 21 | F | 160 | 35 | 45 |
| Octal | 332 | 207 | 222 | 0 | 46 | 41 | 17 | 540 | 65 | 105 |
| Binary | 11011010 | 10000111 | 10010010 | 0 | 100110 | 100001 | 1111 | 101100000 | 110101 | 1000101 |
Color Harmonies of #DA8792
Complementary color
Monochromatic Colors of #DA8792
Black with #DA8792
Text Example
Text Example
White with #DA8792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8792; }
p { color: rgb(218,135,146); }
H1.HeaderClassName
{
color: #DA8792;
}
.AnyTagClassName
{
color: #DA8792;
}
</style>
background-color css
<style>
a { background-color: #DA8792; }
a { background-color: rgb(218,135,146); }
div.DivClassName
{
background-color: #DA8792;
}
.BgClassName
{
background-color: #DA8792;
}
</style>
border-color css
<style>
span { border-color: #DA8792; }
span { border-color: rgb(218,135,146); }
td.TdClassName
{
border-color: #DA8792;
}
.TagClassName
{
border-color: #DA8792;
}
</style>