Shades of Carissma #DC858F
Tints of Carissma #DC858F
RGB
CMYK
RGB Variations
Color information
#DC858F (or 0xDC858F) is known color: Carissma. HEX triplet: DC, 85 and 8F. RGB value is (220,133,143). Sum of RGB (Red+Green+Blue) = 220+133+143=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC858F is #237A70. Grayscale: #A0A0A0. Windows color (decimal): -2325105 or 9405916. OLE color: 9405916.
HSL color Cylindrical-coordinate representation of color #DC858F: hue angle of 353.1º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC858F is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 143 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.14 |
| HSL | 353.1º | 0.55% | 0.69% | - |
| HSV(B) | 353.1º | 0.4% | 0.86% | - |
| XYZ | 42.86 | 33.97 | 30.29 | - |
| YUV | 160.15 | 118.32 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 143 | 0 | 0.40 | 0.35 | 0.14 | 353.1 | 0.55 | 0.69 |
| Hex | DC | 85 | 8F | 0 | 28 | 23 | E | 161 | 37 | 45 |
| Octal | 334 | 205 | 217 | 0 | 50 | 43 | 16 | 541 | 67 | 105 |
| Binary | 11011100 | 10000101 | 10001111 | 0 | 101000 | 100011 | 1110 | 101100001 | 110111 | 1000101 |
Color Harmonies of #DC858F
Complementary color
Monochromatic Colors of #DC858F
Black with #DC858F
Text Example
Text Example
White with #DC858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC858F; }
p { color: rgb(220,133,143); }
H1.HeaderClassName
{
color: #DC858F;
}
.AnyTagClassName
{
color: #DC858F;
}
</style>
background-color css
<style>
a { background-color: #DC858F; }
a { background-color: rgb(220,133,143); }
div.DivClassName
{
background-color: #DC858F;
}
.BgClassName
{
background-color: #DC858F;
}
</style>
border-color css
<style>
span { border-color: #DC858F; }
span { border-color: rgb(220,133,143); }
td.TdClassName
{
border-color: #DC858F;
}
.TagClassName
{
border-color: #DC858F;
}
</style>