Shades of Carissma #DA7D93
Tints of Carissma #DA7D93
RGB
CMYK
RGB Variations
Color information
#DA7D93 (or 0xDA7D93) is known color: Carissma. HEX triplet: DA, 7D and 93. RGB value is (218,125,147). Sum of RGB (Red+Green+Blue) = 218+125+147=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7D93 is #25826C. Grayscale: #9B9B9B. Windows color (decimal): -2458221 or 9666010. OLE color: 9666010.
HSL color Cylindrical-coordinate representation of color #DA7D93: hue angle of 345.81º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7D93 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 125 | 147 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.15 |
| HSL | 345.81º | 0.56% | 0.67% | - |
| HSV(B) | 345.81º | 0.43% | 0.85% | - |
| XYZ | 41.51 | 31.68 | 31.53 | - |
| YUV | 155.32 | 123.31 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 125 | 147 | 0 | 0.43 | 0.33 | 0.15 | 345.81 | 0.56 | 0.67 |
| Hex | DA | 7D | 93 | 0 | 2B | 21 | F | 15A | 38 | 43 |
| Octal | 332 | 175 | 223 | 0 | 53 | 41 | 17 | 532 | 70 | 103 |
| Binary | 11011010 | 1111101 | 10010011 | 0 | 101011 | 100001 | 1111 | 101011010 | 111000 | 1000011 |
Color Harmonies of #DA7D93
Complementary color
Monochromatic Colors of #DA7D93
Black with #DA7D93
Text Example
Text Example
White with #DA7D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7D93; }
p { color: rgb(218,125,147); }
H1.HeaderClassName
{
color: #DA7D93;
}
.AnyTagClassName
{
color: #DA7D93;
}
</style>
background-color css
<style>
a { background-color: #DA7D93; }
a { background-color: rgb(218,125,147); }
div.DivClassName
{
background-color: #DA7D93;
}
.BgClassName
{
background-color: #DA7D93;
}
</style>
border-color css
<style>
span { border-color: #DA7D93; }
span { border-color: rgb(218,125,147); }
td.TdClassName
{
border-color: #DA7D93;
}
.TagClassName
{
border-color: #DA7D93;
}
</style>