Shades of Carissma #DD7D9D
Tints of Carissma #DD7D9D
RGB
CMYK
RGB Variations
Color information
#DD7D9D (or 0xDD7D9D) is known color: Carissma. HEX triplet: DD, 7D and 9D. RGB value is (221,125,157). Sum of RGB (Red+Green+Blue) = 221+125+157=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7D9D is #228262. Grayscale: #9D9D9D. Windows color (decimal): -2261603 or 10321373. OLE color: 10321373.
HSL color Cylindrical-coordinate representation of color #DD7D9D: hue angle of 340º 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 #DD7D9D is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 157 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.13 |
| HSL | 340º | 0.59% | 0.68% | - |
| HSV(B) | 340º | 0.43% | 0.87% | - |
| XYZ | 43.24 | 32.47 | 35.89 | - |
| YUV | 157.35 | 127.8 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 157 | 0 | 0.43 | 0.29 | 0.13 | 340 | 0.59 | 0.68 |
| Hex | DD | 7D | 9D | 0 | 2B | 1D | D | 154 | 3B | 44 |
| Octal | 335 | 175 | 235 | 0 | 53 | 35 | 15 | 524 | 73 | 104 |
| Binary | 11011101 | 1111101 | 10011101 | 0 | 101011 | 11101 | 1101 | 101010100 | 111011 | 1000100 |
Color Harmonies of #DD7D9D
Complementary color
Monochromatic Colors of #DD7D9D
Black with #DD7D9D
Text Example
Text Example
White with #DD7D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7D9D; }
p { color: rgb(221,125,157); }
H1.HeaderClassName
{
color: #DD7D9D;
}
.AnyTagClassName
{
color: #DD7D9D;
}
</style>
background-color css
<style>
a { background-color: #DD7D9D; }
a { background-color: rgb(221,125,157); }
div.DivClassName
{
background-color: #DD7D9D;
}
.BgClassName
{
background-color: #DD7D9D;
}
</style>
border-color css
<style>
span { border-color: #DD7D9D; }
span { border-color: rgb(221,125,157); }
td.TdClassName
{
border-color: #DD7D9D;
}
.TagClassName
{
border-color: #DD7D9D;
}
</style>