Shades of Carissma #DA8194
Tints of Carissma #DA8194
RGB
CMYK
RGB Variations
Color information
#DA8194 (or 0xDA8194) is known color: Carissma. HEX triplet: DA, 81 and 94. RGB value is (218,129,148). Sum of RGB (Red+Green+Blue) = 218+129+148=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8194 is #257E6B. Grayscale: #9D9D9D. Windows color (decimal): -2457196 or 9732570. OLE color: 9732570.
HSL color Cylindrical-coordinate representation of color #DA8194: hue angle of 347.19º 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 #DA8194 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 148 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.15 |
| HSL | 347.19º | 0.55% | 0.68% | - |
| HSV(B) | 347.19º | 0.41% | 0.85% | - |
| XYZ | 42.11 | 32.74 | 32.12 | - |
| YUV | 157.78 | 122.49 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 148 | 0 | 0.41 | 0.32 | 0.15 | 347.19 | 0.55 | 0.68 |
| Hex | DA | 81 | 94 | 0 | 29 | 20 | F | 15B | 37 | 44 |
| Octal | 332 | 201 | 224 | 0 | 51 | 40 | 17 | 533 | 67 | 104 |
| Binary | 11011010 | 10000001 | 10010100 | 0 | 101001 | 100000 | 1111 | 101011011 | 110111 | 1000100 |
Color Harmonies of #DA8194
Complementary color
Monochromatic Colors of #DA8194
Black with #DA8194
Text Example
Text Example
White with #DA8194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8194; }
p { color: rgb(218,129,148); }
H1.HeaderClassName
{
color: #DA8194;
}
.AnyTagClassName
{
color: #DA8194;
}
</style>
background-color css
<style>
a { background-color: #DA8194; }
a { background-color: rgb(218,129,148); }
div.DivClassName
{
background-color: #DA8194;
}
.BgClassName
{
background-color: #DA8194;
}
</style>
border-color css
<style>
span { border-color: #DA8194; }
span { border-color: rgb(218,129,148); }
td.TdClassName
{
border-color: #DA8194;
}
.TagClassName
{
border-color: #DA8194;
}
</style>