Shades of Carissma #DA7F93
Tints of Carissma #DA7F93
RGB
CMYK
RGB Variations
Color information
#DA7F93 (or 0xDA7F93) is known color: Carissma. HEX triplet: DA, 7F and 93. RGB value is (218,127,147). Sum of RGB (Red+Green+Blue) = 218+127+147=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7F93 is #25806C. Grayscale: #9C9C9C. Windows color (decimal): -2457709 or 9666522. OLE color: 9666522.
HSL color Cylindrical-coordinate representation of color #DA7F93: hue angle of 346.81º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7F93 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 127 | 147 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.15 |
| HSL | 346.81º | 0.55% | 0.68% | - |
| HSV(B) | 346.81º | 0.42% | 0.85% | - |
| XYZ | 41.77 | 32.19 | 31.62 | - |
| YUV | 156.49 | 122.65 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 127 | 147 | 0 | 0.42 | 0.33 | 0.15 | 346.81 | 0.55 | 0.68 |
| Hex | DA | 7F | 93 | 0 | 2A | 21 | F | 15B | 37 | 44 |
| Octal | 332 | 177 | 223 | 0 | 52 | 41 | 17 | 533 | 67 | 104 |
| Binary | 11011010 | 1111111 | 10010011 | 0 | 101010 | 100001 | 1111 | 101011011 | 110111 | 1000100 |
Color Harmonies of #DA7F93
Complementary color
Monochromatic Colors of #DA7F93
Black with #DA7F93
Text Example
Text Example
White with #DA7F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7F93; }
p { color: rgb(218,127,147); }
H1.HeaderClassName
{
color: #DA7F93;
}
.AnyTagClassName
{
color: #DA7F93;
}
</style>
background-color css
<style>
a { background-color: #DA7F93; }
a { background-color: rgb(218,127,147); }
div.DivClassName
{
background-color: #DA7F93;
}
.BgClassName
{
background-color: #DA7F93;
}
</style>
border-color css
<style>
span { border-color: #DA7F93; }
span { border-color: rgb(218,127,147); }
td.TdClassName
{
border-color: #DA7F93;
}
.TagClassName
{
border-color: #DA7F93;
}
</style>