Shades of Carissma #DC8292
Tints of Carissma #DC8292
RGB
CMYK
RGB Variations
Color information
#DC8292 (or 0xDC8292) is known color: Carissma. HEX triplet: DC, 82 and 92. RGB value is (220,130,146). Sum of RGB (Red+Green+Blue) = 220+130+146=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8292 is #237D6D. Grayscale: #9E9E9E. Windows color (decimal): -2325870 or 9601756. OLE color: 9601756.
HSL color Cylindrical-coordinate representation of color #DC8292: hue angle of 349.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 #DC8292 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 146 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.14 |
| HSL | 349.33º | 0.56% | 0.69% | - |
| HSV(B) | 349.33º | 0.41% | 0.86% | - |
| XYZ | 42.69 | 33.26 | 31.36 | - |
| YUV | 158.73 | 120.82 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 146 | 0 | 0.41 | 0.34 | 0.14 | 349.33 | 0.56 | 0.69 |
| Hex | DC | 82 | 92 | 0 | 29 | 22 | E | 15D | 38 | 45 |
| Octal | 334 | 202 | 222 | 0 | 51 | 42 | 16 | 535 | 70 | 105 |
| Binary | 11011100 | 10000010 | 10010010 | 0 | 101001 | 100010 | 1110 | 101011101 | 111000 | 1000101 |
Color Harmonies of #DC8292
Complementary color
Monochromatic Colors of #DC8292
Black with #DC8292
Text Example
Text Example
White with #DC8292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8292; }
p { color: rgb(220,130,146); }
H1.HeaderClassName
{
color: #DC8292;
}
.AnyTagClassName
{
color: #DC8292;
}
</style>
background-color css
<style>
a { background-color: #DC8292; }
a { background-color: rgb(220,130,146); }
div.DivClassName
{
background-color: #DC8292;
}
.BgClassName
{
background-color: #DC8292;
}
</style>
border-color css
<style>
span { border-color: #DC8292; }
span { border-color: rgb(220,130,146); }
td.TdClassName
{
border-color: #DC8292;
}
.TagClassName
{
border-color: #DC8292;
}
</style>