Shades of Carissma #DF828F
Tints of Carissma #DF828F
RGB
CMYK
RGB Variations
Color information
#DF828F (or 0xDF828F) is known color: Carissma. HEX triplet: DF, 82 and 8F. RGB value is (223,130,143). Sum of RGB (Red+Green+Blue) = 223+130+143=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF828F is #207D70. Grayscale: #9F9F9F. Windows color (decimal): -2129265 or 9405151. OLE color: 9405151.
HSL color Cylindrical-coordinate representation of color #DF828F: hue angle of 351.61º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF828F is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 143 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.13 |
| HSL | 351.61º | 0.59% | 0.69% | - |
| HSV(B) | 351.61º | 0.42% | 0.87% | - |
| XYZ | 43.37 | 33.64 | 30.19 | - |
| YUV | 159.29 | 118.81 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 143 | 0 | 0.42 | 0.36 | 0.13 | 351.61 | 0.59 | 0.69 |
| Hex | DF | 82 | 8F | 0 | 2A | 24 | D | 160 | 3B | 45 |
| Octal | 337 | 202 | 217 | 0 | 52 | 44 | 15 | 540 | 73 | 105 |
| Binary | 11011111 | 10000010 | 10001111 | 0 | 101010 | 100100 | 1101 | 101100000 | 111011 | 1000101 |
Color Harmonies of #DF828F
Complementary color
Monochromatic Colors of #DF828F
Black with #DF828F
Text Example
Text Example
White with #DF828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF828F; }
p { color: rgb(223,130,143); }
H1.HeaderClassName
{
color: #DF828F;
}
.AnyTagClassName
{
color: #DF828F;
}
</style>
background-color css
<style>
a { background-color: #DF828F; }
a { background-color: rgb(223,130,143); }
div.DivClassName
{
background-color: #DF828F;
}
.BgClassName
{
background-color: #DF828F;
}
</style>
border-color css
<style>
span { border-color: #DF828F; }
span { border-color: rgb(223,130,143); }
td.TdClassName
{
border-color: #DF828F;
}
.TagClassName
{
border-color: #DF828F;
}
</style>