Shades of Carissma #DD7D8D
Tints of Carissma #DD7D8D
RGB
CMYK
RGB Variations
Color information
#DD7D8D (or 0xDD7D8D) is known color: Carissma. HEX triplet: DD, 7D and 8D. RGB value is (221,125,141). Sum of RGB (Red+Green+Blue) = 221+125+141=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7D8D is #228272. Grayscale: #9B9B9B. Windows color (decimal): -2261619 or 9272797. OLE color: 9272797.
HSL color Cylindrical-coordinate representation of color #DD7D8D: hue angle of 350º 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 #DD7D8D is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 141 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.13 |
| HSL | 350º | 0.59% | 0.68% | - |
| HSV(B) | 350º | 0.43% | 0.87% | - |
| XYZ | 41.96 | 31.96 | 29.16 | - |
| YUV | 155.53 | 119.8 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 141 | 0 | 0.43 | 0.36 | 0.13 | 350 | 0.59 | 0.68 |
| Hex | DD | 7D | 8D | 0 | 2B | 24 | D | 15E | 3B | 44 |
| Octal | 335 | 175 | 215 | 0 | 53 | 44 | 15 | 536 | 73 | 104 |
| Binary | 11011101 | 1111101 | 10001101 | 0 | 101011 | 100100 | 1101 | 101011110 | 111011 | 1000100 |
Color Harmonies of #DD7D8D
Complementary color
Monochromatic Colors of #DD7D8D
Black with #DD7D8D
Text Example
Text Example
White with #DD7D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7D8D; }
p { color: rgb(221,125,141); }
H1.HeaderClassName
{
color: #DD7D8D;
}
.AnyTagClassName
{
color: #DD7D8D;
}
</style>
background-color css
<style>
a { background-color: #DD7D8D; }
a { background-color: rgb(221,125,141); }
div.DivClassName
{
background-color: #DD7D8D;
}
.BgClassName
{
background-color: #DD7D8D;
}
</style>
border-color css
<style>
span { border-color: #DD7D8D; }
span { border-color: rgb(221,125,141); }
td.TdClassName
{
border-color: #DD7D8D;
}
.TagClassName
{
border-color: #DD7D8D;
}
</style>