Shades of Carissma #DF858B
Tints of Carissma #DF858B
RGB
CMYK
RGB Variations
Color information
#DF858B (or 0xDF858B) is known color: Carissma. HEX triplet: DF, 85 and 8B. RGB value is (223,133,139). Sum of RGB (Red+Green+Blue) = 223+133+139=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF858B is #207A74. Grayscale: #A0A0A0. Windows color (decimal): -2128501 or 9143775. OLE color: 9143775.
HSL color Cylindrical-coordinate representation of color #DF858B: hue angle of 356º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF858B is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 139 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.13 |
| HSL | 356º | 0.58% | 0.7% | - |
| HSV(B) | 356º | 0.4% | 0.87% | - |
| XYZ | 43.48 | 34.33 | 28.76 | - |
| YUV | 160.59 | 115.82 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 139 | 0 | 0.40 | 0.38 | 0.13 | 356 | 0.58 | 0.7 |
| Hex | DF | 85 | 8B | 0 | 28 | 26 | D | 164 | 3A | 46 |
| Octal | 337 | 205 | 213 | 0 | 50 | 46 | 15 | 544 | 72 | 106 |
| Binary | 11011111 | 10000101 | 10001011 | 0 | 101000 | 100110 | 1101 | 101100100 | 111010 | 1000110 |
Color Harmonies of #DF858B
Complementary color
Monochromatic Colors of #DF858B
Black with #DF858B
Text Example
Text Example
White with #DF858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF858B; }
p { color: rgb(223,133,139); }
H1.HeaderClassName
{
color: #DF858B;
}
.AnyTagClassName
{
color: #DF858B;
}
</style>
background-color css
<style>
a { background-color: #DF858B; }
a { background-color: rgb(223,133,139); }
div.DivClassName
{
background-color: #DF858B;
}
.BgClassName
{
background-color: #DF858B;
}
</style>
border-color css
<style>
span { border-color: #DF858B; }
span { border-color: rgb(223,133,139); }
td.TdClassName
{
border-color: #DF858B;
}
.TagClassName
{
border-color: #DF858B;
}
</style>