Shades of Carissma #DC848F
Tints of Carissma #DC848F
RGB
CMYK
RGB Variations
Color information
#DC848F (or 0xDC848F) is known color: Carissma. HEX triplet: DC, 84 and 8F. RGB value is (220,132,143). Sum of RGB (Red+Green+Blue) = 220+132+143=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 143 (56.25% from 255 or 28.89% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC848F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC848F is #237B70. Grayscale: #9F9F9F. Windows color (decimal): -2325361 or 9405660. OLE color: 9405660.
HSL color Cylindrical-coordinate representation of color #DC848F: hue angle of 352.5º degrees, saturation: 0.56, 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 #DC848F is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 143 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.14 |
| HSL | 352.5º | 0.56% | 0.69% | - |
| HSV(B) | 352.5º | 0.4% | 0.86% | - |
| XYZ | 42.72 | 33.7 | 30.24 | - |
| YUV | 159.57 | 118.65 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 143 | 0 | 0.40 | 0.35 | 0.14 | 352.5 | 0.56 | 0.69 |
| Hex | DC | 84 | 8F | 0 | 28 | 23 | E | 160 | 38 | 45 |
| Octal | 334 | 204 | 217 | 0 | 50 | 43 | 16 | 540 | 70 | 105 |
| Binary | 11011100 | 10000100 | 10001111 | 0 | 101000 | 100011 | 1110 | 101100000 | 111000 | 1000101 |
Color Harmonies of #DC848F
Complementary color
Monochromatic Colors of #DC848F
Black with #DC848F
Text Example
Text Example
White with #DC848F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC848F; }
p { color: rgb(220,132,143); }
H1.HeaderClassName
{
color: #DC848F;
}
.AnyTagClassName
{
color: #DC848F;
}
</style>
background-color css
<style>
a { background-color: #DC848F; }
a { background-color: rgb(220,132,143); }
div.DivClassName
{
background-color: #DC848F;
}
.BgClassName
{
background-color: #DC848F;
}
</style>
border-color css
<style>
span { border-color: #DC848F; }
span { border-color: rgb(220,132,143); }
td.TdClassName
{
border-color: #DC848F;
}
.TagClassName
{
border-color: #DC848F;
}
</style>