Shades of Carissma #DF829A
Tints of Carissma #DF829A
RGB
CMYK
RGB Variations
Color information
#DF829A (or 0xDF829A) is known color: Carissma. HEX triplet: DF, 82 and 9A. RGB value is (223,130,154). Sum of RGB (Red+Green+Blue) = 223+130+154=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF829A is #207D65. Grayscale: #A0A0A0. Windows color (decimal): -2129254 or 10126047. OLE color: 10126047.
HSL color Cylindrical-coordinate representation of color #DF829A: hue angle of 344.52º 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 #DF829A is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 154 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.13 |
| HSL | 344.52º | 0.59% | 0.69% | - |
| HSV(B) | 344.52º | 0.42% | 0.87% | - |
| XYZ | 44.25 | 33.99 | 34.8 | - |
| YUV | 160.54 | 124.31 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 154 | 0 | 0.42 | 0.31 | 0.13 | 344.52 | 0.59 | 0.69 |
| Hex | DF | 82 | 9A | 0 | 2A | 1F | D | 159 | 3B | 45 |
| Octal | 337 | 202 | 232 | 0 | 52 | 37 | 15 | 531 | 73 | 105 |
| Binary | 11011111 | 10000010 | 10011010 | 0 | 101010 | 11111 | 1101 | 101011001 | 111011 | 1000101 |
Color Harmonies of #DF829A
Complementary color
Monochromatic Colors of #DF829A
Black with #DF829A
Text Example
Text Example
White with #DF829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF829A; }
p { color: rgb(223,130,154); }
H1.HeaderClassName
{
color: #DF829A;
}
.AnyTagClassName
{
color: #DF829A;
}
</style>
background-color css
<style>
a { background-color: #DF829A; }
a { background-color: rgb(223,130,154); }
div.DivClassName
{
background-color: #DF829A;
}
.BgClassName
{
background-color: #DF829A;
}
</style>
border-color css
<style>
span { border-color: #DF829A; }
span { border-color: rgb(223,130,154); }
td.TdClassName
{
border-color: #DF829A;
}
.TagClassName
{
border-color: #DF829A;
}
</style>