Shades of Carissma #DF7E85
Tints of Carissma #DF7E85
RGB
CMYK
RGB Variations
Color information
#DF7E85 (or 0xDF7E85) is known color: Carissma. HEX triplet: DF, 7E and 85. RGB value is (223,126,133). Sum of RGB (Red+Green+Blue) = 223+126+133=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7E85 is #20817A. Grayscale: #9B9B9B. Windows color (decimal): -2130299 or 8748767. OLE color: 8748767.
HSL color Cylindrical-coordinate representation of color #DF7E85: hue angle of 355.67º 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 #DF7E85 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 133 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.13 |
| HSL | 355.67º | 0.6% | 0.68% | - |
| HSV(B) | 355.67º | 0.43% | 0.87% | - |
| XYZ | 42.13 | 32.3 | 26.21 | - |
| YUV | 155.8 | 115.14 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 133 | 0 | 0.43 | 0.40 | 0.13 | 355.67 | 0.6 | 0.68 |
| Hex | DF | 7E | 85 | 0 | 2B | 28 | D | 164 | 3C | 44 |
| Octal | 337 | 176 | 205 | 0 | 53 | 50 | 15 | 544 | 74 | 104 |
| Binary | 11011111 | 1111110 | 10000101 | 0 | 101011 | 101000 | 1101 | 101100100 | 111100 | 1000100 |
Color Harmonies of #DF7E85
Complementary color
Monochromatic Colors of #DF7E85
Black with #DF7E85
Text Example
Text Example
White with #DF7E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7E85; }
p { color: rgb(223,126,133); }
H1.HeaderClassName
{
color: #DF7E85;
}
.AnyTagClassName
{
color: #DF7E85;
}
</style>
background-color css
<style>
a { background-color: #DF7E85; }
a { background-color: rgb(223,126,133); }
div.DivClassName
{
background-color: #DF7E85;
}
.BgClassName
{
background-color: #DF7E85;
}
</style>
border-color css
<style>
span { border-color: #DF7E85; }
span { border-color: rgb(223,126,133); }
td.TdClassName
{
border-color: #DF7E85;
}
.TagClassName
{
border-color: #DF7E85;
}
</style>