Shades of Carissma #DC7B91
Tints of Carissma #DC7B91
RGB
CMYK
RGB Variations
Color information
#DC7B91 (or 0xDC7B91) is known color: Carissma. HEX triplet: DC, 7B and 91. RGB value is (220,123,145). Sum of RGB (Red+Green+Blue) = 220+123+145=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7B91 is #23846E. Grayscale: #9A9A9A. Windows color (decimal): -2327663 or 9534428. OLE color: 9534428.
HSL color Cylindrical-coordinate representation of color #DC7B91: hue angle of 346.39º 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 #DC7B91 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 145 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.14 |
| HSL | 346.39º | 0.58% | 0.67% | - |
| HSV(B) | 346.39º | 0.44% | 0.86% | - |
| XYZ | 41.71 | 31.43 | 30.66 | - |
| YUV | 154.51 | 122.64 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 145 | 0 | 0.44 | 0.34 | 0.14 | 346.39 | 0.58 | 0.67 |
| Hex | DC | 7B | 91 | 0 | 2C | 22 | E | 15A | 3A | 43 |
| Octal | 334 | 173 | 221 | 0 | 54 | 42 | 16 | 532 | 72 | 103 |
| Binary | 11011100 | 1111011 | 10010001 | 0 | 101100 | 100010 | 1110 | 101011010 | 111010 | 1000011 |
Color Harmonies of #DC7B91
Complementary color
Monochromatic Colors of #DC7B91
Black with #DC7B91
Text Example
Text Example
White with #DC7B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B91; }
p { color: rgb(220,123,145); }
H1.HeaderClassName
{
color: #DC7B91;
}
.AnyTagClassName
{
color: #DC7B91;
}
</style>
background-color css
<style>
a { background-color: #DC7B91; }
a { background-color: rgb(220,123,145); }
div.DivClassName
{
background-color: #DC7B91;
}
.BgClassName
{
background-color: #DC7B91;
}
</style>
border-color css
<style>
span { border-color: #DC7B91; }
span { border-color: rgb(220,123,145); }
td.TdClassName
{
border-color: #DC7B91;
}
.TagClassName
{
border-color: #DC7B91;
}
</style>