Shades of Carissma #DC7B93
Tints of Carissma #DC7B93
RGB
CMYK
RGB Variations
Color information
#DC7B93 (or 0xDC7B93) is known color: Carissma. HEX triplet: DC, 7B and 93. RGB value is (220,123,147). Sum of RGB (Red+Green+Blue) = 220+123+147=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7B93 is #23846C. Grayscale: #9A9A9A. Windows color (decimal): -2327661 or 9665500. OLE color: 9665500.
HSL color Cylindrical-coordinate representation of color #DC7B93: hue angle of 345.15º 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 #DC7B93 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 147 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.14 |
| HSL | 345.15º | 0.58% | 0.67% | - |
| HSV(B) | 345.15º | 0.44% | 0.86% | - |
| XYZ | 41.86 | 31.49 | 31.48 | - |
| YUV | 154.74 | 123.64 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 147 | 0 | 0.44 | 0.33 | 0.14 | 345.15 | 0.58 | 0.67 |
| Hex | DC | 7B | 93 | 0 | 2C | 21 | E | 159 | 3A | 43 |
| Octal | 334 | 173 | 223 | 0 | 54 | 41 | 16 | 531 | 72 | 103 |
| Binary | 11011100 | 1111011 | 10010011 | 0 | 101100 | 100001 | 1110 | 101011001 | 111010 | 1000011 |
Color Harmonies of #DC7B93
Complementary color
Monochromatic Colors of #DC7B93
Black with #DC7B93
Text Example
Text Example
White with #DC7B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B93; }
p { color: rgb(220,123,147); }
H1.HeaderClassName
{
color: #DC7B93;
}
.AnyTagClassName
{
color: #DC7B93;
}
</style>
background-color css
<style>
a { background-color: #DC7B93; }
a { background-color: rgb(220,123,147); }
div.DivClassName
{
background-color: #DC7B93;
}
.BgClassName
{
background-color: #DC7B93;
}
</style>
border-color css
<style>
span { border-color: #DC7B93; }
span { border-color: rgb(220,123,147); }
td.TdClassName
{
border-color: #DC7B93;
}
.TagClassName
{
border-color: #DC7B93;
}
</style>