Shades of Carissma #DC7B8E
Tints of Carissma #DC7B8E
RGB
CMYK
RGB Variations
Color information
#DC7B8E (or 0xDC7B8E) is known color: Carissma. HEX triplet: DC, 7B and 8E. RGB value is (220,123,142). Sum of RGB (Red+Green+Blue) = 220+123+142=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7B8E is #238471. Grayscale: #9A9A9A. Windows color (decimal): -2327666 or 9337820. OLE color: 9337820.
HSL color Cylindrical-coordinate representation of color #DC7B8E: hue angle of 348.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 #DC7B8E is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 142 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.14 |
| HSL | 348.25º | 0.58% | 0.67% | - |
| HSV(B) | 348.25º | 0.44% | 0.86% | - |
| XYZ | 41.48 | 31.33 | 29.45 | - |
| YUV | 154.17 | 121.14 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 142 | 0 | 0.44 | 0.35 | 0.14 | 348.25 | 0.58 | 0.67 |
| Hex | DC | 7B | 8E | 0 | 2C | 23 | E | 15C | 3A | 43 |
| Octal | 334 | 173 | 216 | 0 | 54 | 43 | 16 | 534 | 72 | 103 |
| Binary | 11011100 | 1111011 | 10001110 | 0 | 101100 | 100011 | 1110 | 101011100 | 111010 | 1000011 |
Color Harmonies of #DC7B8E
Complementary color
Monochromatic Colors of #DC7B8E
Black with #DC7B8E
Text Example
Text Example
White with #DC7B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B8E; }
p { color: rgb(220,123,142); }
H1.HeaderClassName
{
color: #DC7B8E;
}
.AnyTagClassName
{
color: #DC7B8E;
}
</style>
background-color css
<style>
a { background-color: #DC7B8E; }
a { background-color: rgb(220,123,142); }
div.DivClassName
{
background-color: #DC7B8E;
}
.BgClassName
{
background-color: #DC7B8E;
}
</style>
border-color css
<style>
span { border-color: #DC7B8E; }
span { border-color: rgb(220,123,142); }
td.TdClassName
{
border-color: #DC7B8E;
}
.TagClassName
{
border-color: #DC7B8E;
}
</style>