Shades of Carissma #DC7B8D
Tints of Carissma #DC7B8D
RGB
CMYK
RGB Variations
Color information
#DC7B8D (or 0xDC7B8D) is known color: Carissma. HEX triplet: DC, 7B and 8D. RGB value is (220,123,141). Sum of RGB (Red+Green+Blue) = 220+123+141=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7B8D is #238472. Grayscale: #9A9A9A. Windows color (decimal): -2327667 or 9272284. OLE color: 9272284.
HSL color Cylindrical-coordinate representation of color #DC7B8D: hue angle of 348.87º 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 #DC7B8D is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 141 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.14 |
| HSL | 348.87º | 0.58% | 0.67% | - |
| HSV(B) | 348.87º | 0.44% | 0.86% | - |
| XYZ | 41.41 | 31.3 | 29.06 | - |
| YUV | 154.06 | 120.64 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 141 | 0 | 0.44 | 0.36 | 0.14 | 348.87 | 0.58 | 0.67 |
| Hex | DC | 7B | 8D | 0 | 2C | 24 | E | 15D | 3A | 43 |
| Octal | 334 | 173 | 215 | 0 | 54 | 44 | 16 | 535 | 72 | 103 |
| Binary | 11011100 | 1111011 | 10001101 | 0 | 101100 | 100100 | 1110 | 101011101 | 111010 | 1000011 |
Color Harmonies of #DC7B8D
Complementary color
Monochromatic Colors of #DC7B8D
Black with #DC7B8D
Text Example
Text Example
White with #DC7B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B8D; }
p { color: rgb(220,123,141); }
H1.HeaderClassName
{
color: #DC7B8D;
}
.AnyTagClassName
{
color: #DC7B8D;
}
</style>
background-color css
<style>
a { background-color: #DC7B8D; }
a { background-color: rgb(220,123,141); }
div.DivClassName
{
background-color: #DC7B8D;
}
.BgClassName
{
background-color: #DC7B8D;
}
</style>
border-color css
<style>
span { border-color: #DC7B8D; }
span { border-color: rgb(220,123,141); }
td.TdClassName
{
border-color: #DC7B8D;
}
.TagClassName
{
border-color: #DC7B8D;
}
</style>