Shades of Carissma #DC7C92
Tints of Carissma #DC7C92
RGB
CMYK
RGB Variations
Color information
#DC7C92 (or 0xDC7C92) is known color: Carissma. HEX triplet: DC, 7C and 92. RGB value is (220,124,146). Sum of RGB (Red+Green+Blue) = 220+124+146=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7C92 is #23836D. Grayscale: #9B9B9B. Windows color (decimal): -2327406 or 9600220. OLE color: 9600220.
HSL color Cylindrical-coordinate representation of color #DC7C92: hue angle of 346.25º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7C92 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 146 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.14 |
| HSL | 346.25º | 0.58% | 0.67% | - |
| HSV(B) | 346.25º | 0.44% | 0.86% | - |
| XYZ | 41.91 | 31.71 | 31.11 | - |
| YUV | 155.21 | 122.8 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 146 | 0 | 0.44 | 0.34 | 0.14 | 346.25 | 0.58 | 0.67 |
| Hex | DC | 7C | 92 | 0 | 2C | 22 | E | 15A | 3A | 43 |
| Octal | 334 | 174 | 222 | 0 | 54 | 42 | 16 | 532 | 72 | 103 |
| Binary | 11011100 | 1111100 | 10010010 | 0 | 101100 | 100010 | 1110 | 101011010 | 111010 | 1000011 |
Color Harmonies of #DC7C92
Complementary color
Monochromatic Colors of #DC7C92
Black with #DC7C92
Text Example
Text Example
White with #DC7C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7C92; }
p { color: rgb(220,124,146); }
H1.HeaderClassName
{
color: #DC7C92;
}
.AnyTagClassName
{
color: #DC7C92;
}
</style>
background-color css
<style>
a { background-color: #DC7C92; }
a { background-color: rgb(220,124,146); }
div.DivClassName
{
background-color: #DC7C92;
}
.BgClassName
{
background-color: #DC7C92;
}
</style>
border-color css
<style>
span { border-color: #DC7C92; }
span { border-color: rgb(220,124,146); }
td.TdClassName
{
border-color: #DC7C92;
}
.TagClassName
{
border-color: #DC7C92;
}
</style>