Shades of Carissma #DA8594
Tints of Carissma #DA8594
RGB
CMYK
RGB Variations
Color information
#DA8594 (or 0xDA8594) is known color: Carissma. HEX triplet: DA, 85 and 94. RGB value is (218,133,148). Sum of RGB (Red+Green+Blue) = 218+133+148=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8594 is #257A6B. Grayscale: #A0A0A0. Windows color (decimal): -2456172 or 9733594. OLE color: 9733594.
HSL color Cylindrical-coordinate representation of color #DA8594: hue angle of 349.41º degrees, saturation: 0.53, 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 #DA8594 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 148 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.15 |
| HSL | 349.41º | 0.53% | 0.69% | - |
| HSV(B) | 349.41º | 0.39% | 0.85% | - |
| XYZ | 42.65 | 33.82 | 32.3 | - |
| YUV | 160.13 | 121.16 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 148 | 0 | 0.39 | 0.32 | 0.15 | 349.41 | 0.53 | 0.69 |
| Hex | DA | 85 | 94 | 0 | 27 | 20 | F | 15D | 35 | 45 |
| Octal | 332 | 205 | 224 | 0 | 47 | 40 | 17 | 535 | 65 | 105 |
| Binary | 11011010 | 10000101 | 10010100 | 0 | 100111 | 100000 | 1111 | 101011101 | 110101 | 1000101 |
Color Harmonies of #DA8594
Complementary color
Monochromatic Colors of #DA8594
Black with #DA8594
Text Example
Text Example
White with #DA8594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8594; }
p { color: rgb(218,133,148); }
H1.HeaderClassName
{
color: #DA8594;
}
.AnyTagClassName
{
color: #DA8594;
}
</style>
background-color css
<style>
a { background-color: #DA8594; }
a { background-color: rgb(218,133,148); }
div.DivClassName
{
background-color: #DA8594;
}
.BgClassName
{
background-color: #DA8594;
}
</style>
border-color css
<style>
span { border-color: #DA8594; }
span { border-color: rgb(218,133,148); }
td.TdClassName
{
border-color: #DA8594;
}
.TagClassName
{
border-color: #DA8594;
}
</style>