Shades of Carissma #DC8284
Tints of Carissma #DC8284
RGB
CMYK
RGB Variations
Color information
#DC8284 (or 0xDC8284) is known color: Carissma. HEX triplet: DC, 82 and 84. RGB value is (220,130,132). Sum of RGB (Red+Green+Blue) = 220+130+132=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8284 is #237D7B. Grayscale: #9D9D9D. Windows color (decimal): -2325884 or 8684252. OLE color: 8684252.
HSL color Cylindrical-coordinate representation of color #DC8284: hue angle of 358.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC8284 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 132 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.14 |
| HSL | 358.67º | 0.56% | 0.69% | - |
| HSV(B) | 358.67º | 0.41% | 0.86% | - |
| XYZ | 41.66 | 32.85 | 25.97 | - |
| YUV | 157.14 | 113.82 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 132 | 0 | 0.41 | 0.40 | 0.14 | 358.67 | 0.56 | 0.69 |
| Hex | DC | 82 | 84 | 0 | 29 | 28 | E | 167 | 38 | 45 |
| Octal | 334 | 202 | 204 | 0 | 51 | 50 | 16 | 547 | 70 | 105 |
| Binary | 11011100 | 10000010 | 10000100 | 0 | 101001 | 101000 | 1110 | 101100111 | 111000 | 1000101 |
Color Harmonies of #DC8284
Complementary color
Monochromatic Colors of #DC8284
Black with #DC8284
Text Example
Text Example
White with #DC8284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8284; }
p { color: rgb(220,130,132); }
H1.HeaderClassName
{
color: #DC8284;
}
.AnyTagClassName
{
color: #DC8284;
}
</style>
background-color css
<style>
a { background-color: #DC8284; }
a { background-color: rgb(220,130,132); }
div.DivClassName
{
background-color: #DC8284;
}
.BgClassName
{
background-color: #DC8284;
}
</style>
border-color css
<style>
span { border-color: #DC8284; }
span { border-color: rgb(220,130,132); }
td.TdClassName
{
border-color: #DC8284;
}
.TagClassName
{
border-color: #DC8284;
}
</style>