Shades of Carissma #DF7F84
Tints of Carissma #DF7F84
RGB
CMYK
RGB Variations
Color information
#DF7F84 (or 0xDF7F84) is known color: Carissma. HEX triplet: DF, 7F and 84. RGB value is (223,127,132). Sum of RGB (Red+Green+Blue) = 223+127+132=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7F84 is #20807B. Grayscale: #9C9C9C. Windows color (decimal): -2130044 or 8683487. OLE color: 8683487.
HSL color Cylindrical-coordinate representation of color #DF7F84: hue angle of 356.88º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7F84 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 132 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.13 |
| HSL | 356.88º | 0.6% | 0.69% | - |
| HSV(B) | 356.88º | 0.43% | 0.87% | - |
| XYZ | 42.19 | 32.53 | 25.89 | - |
| YUV | 156.27 | 114.3 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 132 | 0 | 0.43 | 0.41 | 0.13 | 356.88 | 0.6 | 0.69 |
| Hex | DF | 7F | 84 | 0 | 2B | 29 | D | 165 | 3C | 45 |
| Octal | 337 | 177 | 204 | 0 | 53 | 51 | 15 | 545 | 74 | 105 |
| Binary | 11011111 | 1111111 | 10000100 | 0 | 101011 | 101001 | 1101 | 101100101 | 111100 | 1000101 |
Color Harmonies of #DF7F84
Complementary color
Monochromatic Colors of #DF7F84
Black with #DF7F84
Text Example
Text Example
White with #DF7F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7F84; }
p { color: rgb(223,127,132); }
H1.HeaderClassName
{
color: #DF7F84;
}
.AnyTagClassName
{
color: #DF7F84;
}
</style>
background-color css
<style>
a { background-color: #DF7F84; }
a { background-color: rgb(223,127,132); }
div.DivClassName
{
background-color: #DF7F84;
}
.BgClassName
{
background-color: #DF7F84;
}
</style>
border-color css
<style>
span { border-color: #DF7F84; }
span { border-color: rgb(223,127,132); }
td.TdClassName
{
border-color: #DF7F84;
}
.TagClassName
{
border-color: #DF7F84;
}
</style>