Shades of Carissma #DC828F
Tints of Carissma #DC828F
RGB
CMYK
RGB Variations
Color information
#DC828F (or 0xDC828F) is known color: Carissma. HEX triplet: DC, 82 and 8F. RGB value is (220,130,143). Sum of RGB (Red+Green+Blue) = 220+130+143=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC828F is #237D70. Grayscale: #9E9E9E. Windows color (decimal): -2325873 or 9405148. OLE color: 9405148.
HSL color Cylindrical-coordinate representation of color #DC828F: hue angle of 351.33º 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 #DC828F is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 143 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.14 |
| HSL | 351.33º | 0.56% | 0.69% | - |
| HSV(B) | 351.33º | 0.41% | 0.86% | - |
| XYZ | 42.46 | 33.16 | 30.15 | - |
| YUV | 158.39 | 119.32 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 143 | 0 | 0.41 | 0.35 | 0.14 | 351.33 | 0.56 | 0.69 |
| Hex | DC | 82 | 8F | 0 | 29 | 23 | E | 15F | 38 | 45 |
| Octal | 334 | 202 | 217 | 0 | 51 | 43 | 16 | 537 | 70 | 105 |
| Binary | 11011100 | 10000010 | 10001111 | 0 | 101001 | 100011 | 1110 | 101011111 | 111000 | 1000101 |
Color Harmonies of #DC828F
Complementary color
Monochromatic Colors of #DC828F
Black with #DC828F
Text Example
Text Example
White with #DC828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC828F; }
p { color: rgb(220,130,143); }
H1.HeaderClassName
{
color: #DC828F;
}
.AnyTagClassName
{
color: #DC828F;
}
</style>
background-color css
<style>
a { background-color: #DC828F; }
a { background-color: rgb(220,130,143); }
div.DivClassName
{
background-color: #DC828F;
}
.BgClassName
{
background-color: #DC828F;
}
</style>
border-color css
<style>
span { border-color: #DC828F; }
span { border-color: rgb(220,130,143); }
td.TdClassName
{
border-color: #DC828F;
}
.TagClassName
{
border-color: #DC828F;
}
</style>