Shades of Carissma #DF7EA4
Tints of Carissma #DF7EA4
RGB
CMYK
RGB Variations
Color information
#DF7EA4 (or 0xDF7EA4) is known color: Carissma. HEX triplet: DF, 7E and A4. RGB value is (223,126,164). Sum of RGB (Red+Green+Blue) = 223+126+164=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 164 (64.45% from 255 or 31.97% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7EA4 is #20815B. Grayscale: #9F9F9F. Windows color (decimal): -2130268 or 10780383. OLE color: 10780383.
HSL color Cylindrical-coordinate representation of color #DF7EA4: hue angle of 336.49º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7EA4 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 164 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.13 |
| HSL | 336.49º | 0.6% | 0.68% | - |
| HSV(B) | 336.49º | 0.43% | 0.87% | - |
| XYZ | 44.59 | 33.29 | 39.2 | - |
| YUV | 159.34 | 130.64 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 164 | 0 | 0.43 | 0.26 | 0.13 | 336.49 | 0.6 | 0.68 |
| Hex | DF | 7E | A4 | 0 | 2B | 1A | D | 150 | 3C | 44 |
| Octal | 337 | 176 | 244 | 0 | 53 | 32 | 15 | 520 | 74 | 104 |
| Binary | 11011111 | 1111110 | 10100100 | 0 | 101011 | 11010 | 1101 | 101010000 | 111100 | 1000100 |
Color Harmonies of #DF7EA4
Complementary color
Monochromatic Colors of #DF7EA4
Black with #DF7EA4
Text Example
Text Example
White with #DF7EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7EA4; }
p { color: rgb(223,126,164); }
H1.HeaderClassName
{
color: #DF7EA4;
}
.AnyTagClassName
{
color: #DF7EA4;
}
</style>
background-color css
<style>
a { background-color: #DF7EA4; }
a { background-color: rgb(223,126,164); }
div.DivClassName
{
background-color: #DF7EA4;
}
.BgClassName
{
background-color: #DF7EA4;
}
</style>
border-color css
<style>
span { border-color: #DF7EA4; }
span { border-color: rgb(223,126,164); }
td.TdClassName
{
border-color: #DF7EA4;
}
.TagClassName
{
border-color: #DF7EA4;
}
</style>