Shades of Carissma #DC8183
Tints of Carissma #DC8183
RGB
CMYK
RGB Variations
Color information
#DC8183 (or 0xDC8183) is known color: Carissma. HEX triplet: DC, 81 and 83. RGB value is (220,129,131). Sum of RGB (Red+Green+Blue) = 220+129+131=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8183 is #237E7C. Grayscale: #9C9C9C. Windows color (decimal): -2326141 or 8618460. OLE color: 8618460.
HSL color Cylindrical-coordinate representation of color #DC8183: hue angle of 358.68º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC8183 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 131 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.14 |
| HSL | 358.68º | 0.57% | 0.68% | - |
| HSV(B) | 358.68º | 0.41% | 0.86% | - |
| XYZ | 41.46 | 32.55 | 25.57 | - |
| YUV | 156.44 | 113.65 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 131 | 0 | 0.41 | 0.40 | 0.14 | 358.68 | 0.57 | 0.68 |
| Hex | DC | 81 | 83 | 0 | 29 | 28 | E | 167 | 39 | 44 |
| Octal | 334 | 201 | 203 | 0 | 51 | 50 | 16 | 547 | 71 | 104 |
| Binary | 11011100 | 10000001 | 10000011 | 0 | 101001 | 101000 | 1110 | 101100111 | 111001 | 1000100 |
Color Harmonies of #DC8183
Complementary color
Monochromatic Colors of #DC8183
Black with #DC8183
Text Example
Text Example
White with #DC8183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8183; }
p { color: rgb(220,129,131); }
H1.HeaderClassName
{
color: #DC8183;
}
.AnyTagClassName
{
color: #DC8183;
}
</style>
background-color css
<style>
a { background-color: #DC8183; }
a { background-color: rgb(220,129,131); }
div.DivClassName
{
background-color: #DC8183;
}
.BgClassName
{
background-color: #DC8183;
}
</style>
border-color css
<style>
span { border-color: #DC8183; }
span { border-color: rgb(220,129,131); }
td.TdClassName
{
border-color: #DC8183;
}
.TagClassName
{
border-color: #DC8183;
}
</style>