Shades of Carissma #DC7B8C
Tints of Carissma #DC7B8C
RGB
CMYK
RGB Variations
Color information
#DC7B8C (or 0xDC7B8C) is known color: Carissma. HEX triplet: DC, 7B and 8C. RGB value is (220,123,140). Sum of RGB (Red+Green+Blue) = 220+123+140=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7B8C is #238473. Grayscale: #999999. Windows color (decimal): -2327668 or 9206748. OLE color: 9206748.
HSL color Cylindrical-coordinate representation of color #DC7B8C: hue angle of 349.48º 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 #DC7B8C is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 140 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.14 |
| HSL | 349.48º | 0.58% | 0.67% | - |
| HSV(B) | 349.48º | 0.44% | 0.86% | - |
| XYZ | 41.33 | 31.28 | 28.67 | - |
| YUV | 153.94 | 120.14 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 140 | 0 | 0.44 | 0.36 | 0.14 | 349.48 | 0.58 | 0.67 |
| Hex | DC | 7B | 8C | 0 | 2C | 24 | E | 15D | 3A | 43 |
| Octal | 334 | 173 | 214 | 0 | 54 | 44 | 16 | 535 | 72 | 103 |
| Binary | 11011100 | 1111011 | 10001100 | 0 | 101100 | 100100 | 1110 | 101011101 | 111010 | 1000011 |
Color Harmonies of #DC7B8C
Complementary color
Monochromatic Colors of #DC7B8C
Black with #DC7B8C
Text Example
Text Example
White with #DC7B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B8C; }
p { color: rgb(220,123,140); }
H1.HeaderClassName
{
color: #DC7B8C;
}
.AnyTagClassName
{
color: #DC7B8C;
}
</style>
background-color css
<style>
a { background-color: #DC7B8C; }
a { background-color: rgb(220,123,140); }
div.DivClassName
{
background-color: #DC7B8C;
}
.BgClassName
{
background-color: #DC7B8C;
}
</style>
border-color css
<style>
span { border-color: #DC7B8C; }
span { border-color: rgb(220,123,140); }
td.TdClassName
{
border-color: #DC7B8C;
}
.TagClassName
{
border-color: #DC7B8C;
}
</style>