Shades of Carissma #DD7D8C
Tints of Carissma #DD7D8C
RGB
CMYK
RGB Variations
Color information
#DD7D8C (or 0xDD7D8C) is known color: Carissma. HEX triplet: DD, 7D and 8C. RGB value is (221,125,140). Sum of RGB (Red+Green+Blue) = 221+125+140=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7D8C is #228273. Grayscale: #9B9B9B. Windows color (decimal): -2261620 or 9207261. OLE color: 9207261.
HSL color Cylindrical-coordinate representation of color #DD7D8C: hue angle of 350.62º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7D8C is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 140 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.13 |
| HSL | 350.63º | 0.59% | 0.68% | - |
| HSV(B) | 350.63º | 0.43% | 0.87% | - |
| XYZ | 41.89 | 31.93 | 28.77 | - |
| YUV | 155.41 | 119.3 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 140 | 0 | 0.43 | 0.37 | 0.13 | 350.63 | 0.59 | 0.68 |
| Hex | DD | 7D | 8C | 0 | 2B | 25 | D | 15F | 3B | 44 |
| Octal | 335 | 175 | 214 | 0 | 53 | 45 | 15 | 537 | 73 | 104 |
| Binary | 11011101 | 1111101 | 10001100 | 0 | 101011 | 100101 | 1101 | 101011111 | 111011 | 1000100 |
Color Harmonies of #DD7D8C
Complementary color
Monochromatic Colors of #DD7D8C
Black with #DD7D8C
Text Example
Text Example
White with #DD7D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7D8C; }
p { color: rgb(221,125,140); }
H1.HeaderClassName
{
color: #DD7D8C;
}
.AnyTagClassName
{
color: #DD7D8C;
}
</style>
background-color css
<style>
a { background-color: #DD7D8C; }
a { background-color: rgb(221,125,140); }
div.DivClassName
{
background-color: #DD7D8C;
}
.BgClassName
{
background-color: #DD7D8C;
}
</style>
border-color css
<style>
span { border-color: #DD7D8C; }
span { border-color: rgb(221,125,140); }
td.TdClassName
{
border-color: #DD7D8C;
}
.TagClassName
{
border-color: #DD7D8C;
}
</style>