Shades of Carissma #DF7A93
Tints of Carissma #DF7A93
RGB
CMYK
RGB Variations
Color information
#DF7A93 (or 0xDF7A93) is known color: Carissma. HEX triplet: DF, 7A and 93. RGB value is (223,122,147). Sum of RGB (Red+Green+Blue) = 223+122+147=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7A93 is #20856C. Grayscale: #9B9B9B. Windows color (decimal): -2131309 or 9665247. OLE color: 9665247.
HSL color Cylindrical-coordinate representation of color #DF7A93: hue angle of 345.15º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7A93 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 147 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.13 |
| HSL | 345.15º | 0.61% | 0.68% | - |
| HSV(B) | 345.15º | 0.45% | 0.87% | - |
| XYZ | 42.66 | 31.71 | 31.48 | - |
| YUV | 155.05 | 123.46 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 147 | 0 | 0.45 | 0.34 | 0.13 | 345.15 | 0.61 | 0.68 |
| Hex | DF | 7A | 93 | 0 | 2D | 22 | D | 159 | 3D | 44 |
| Octal | 337 | 172 | 223 | 0 | 55 | 42 | 15 | 531 | 75 | 104 |
| Binary | 11011111 | 1111010 | 10010011 | 0 | 101101 | 100010 | 1101 | 101011001 | 111101 | 1000100 |
Color Harmonies of #DF7A93
Complementary color
Monochromatic Colors of #DF7A93
Black with #DF7A93
Text Example
Text Example
White with #DF7A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7A93; }
p { color: rgb(223,122,147); }
H1.HeaderClassName
{
color: #DF7A93;
}
.AnyTagClassName
{
color: #DF7A93;
}
</style>
background-color css
<style>
a { background-color: #DF7A93; }
a { background-color: rgb(223,122,147); }
div.DivClassName
{
background-color: #DF7A93;
}
.BgClassName
{
background-color: #DF7A93;
}
</style>
border-color css
<style>
span { border-color: #DF7A93; }
span { border-color: rgb(223,122,147); }
td.TdClassName
{
border-color: #DF7A93;
}
.TagClassName
{
border-color: #DF7A93;
}
</style>