Shades of Carissma #DC7B8F
Tints of Carissma #DC7B8F
RGB
CMYK
RGB Variations
Color information
#DC7B8F (or 0xDC7B8F) is known color: Carissma. HEX triplet: DC, 7B and 8F. RGB value is (220,123,143). Sum of RGB (Red+Green+Blue) = 220+123+143=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7B8F is #238470. Grayscale: #9A9A9A. Windows color (decimal): -2327665 or 9403356. OLE color: 9403356.
HSL color Cylindrical-coordinate representation of color #DC7B8F: hue angle of 347.63º 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 #DC7B8F is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 143 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.14 |
| HSL | 347.63º | 0.58% | 0.67% | - |
| HSV(B) | 347.63º | 0.44% | 0.86% | - |
| XYZ | 41.56 | 31.36 | 29.85 | - |
| YUV | 154.28 | 121.64 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 143 | 0 | 0.44 | 0.35 | 0.14 | 347.63 | 0.58 | 0.67 |
| Hex | DC | 7B | 8F | 0 | 2C | 23 | E | 15C | 3A | 43 |
| Octal | 334 | 173 | 217 | 0 | 54 | 43 | 16 | 534 | 72 | 103 |
| Binary | 11011100 | 1111011 | 10001111 | 0 | 101100 | 100011 | 1110 | 101011100 | 111010 | 1000011 |
Color Harmonies of #DC7B8F
Complementary color
Monochromatic Colors of #DC7B8F
Black with #DC7B8F
Text Example
Text Example
White with #DC7B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B8F; }
p { color: rgb(220,123,143); }
H1.HeaderClassName
{
color: #DC7B8F;
}
.AnyTagClassName
{
color: #DC7B8F;
}
</style>
background-color css
<style>
a { background-color: #DC7B8F; }
a { background-color: rgb(220,123,143); }
div.DivClassName
{
background-color: #DC7B8F;
}
.BgClassName
{
background-color: #DC7B8F;
}
</style>
border-color css
<style>
span { border-color: #DC7B8F; }
span { border-color: rgb(220,123,143); }
td.TdClassName
{
border-color: #DC7B8F;
}
.TagClassName
{
border-color: #DC7B8F;
}
</style>