Shades of Carissma #DD7D8B
Tints of Carissma #DD7D8B
RGB
CMYK
RGB Variations
Color information
#DD7D8B (or 0xDD7D8B) is known color: Carissma. HEX triplet: DD, 7D and 8B. RGB value is (221,125,139). Sum of RGB (Red+Green+Blue) = 221+125+139=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7D8B is #228274. Grayscale: #9B9B9B. Windows color (decimal): -2261621 or 9141725. OLE color: 9141725.
HSL color Cylindrical-coordinate representation of color #DD7D8B: hue angle of 351.25º 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 #DD7D8B is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 139 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.13 |
| HSL | 351.25º | 0.59% | 0.68% | - |
| HSV(B) | 351.25º | 0.43% | 0.87% | - |
| XYZ | 41.81 | 31.9 | 28.38 | - |
| YUV | 155.3 | 118.8 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 139 | 0 | 0.43 | 0.37 | 0.13 | 351.25 | 0.59 | 0.68 |
| Hex | DD | 7D | 8B | 0 | 2B | 25 | D | 15F | 3B | 44 |
| Octal | 335 | 175 | 213 | 0 | 53 | 45 | 15 | 537 | 73 | 104 |
| Binary | 11011101 | 1111101 | 10001011 | 0 | 101011 | 100101 | 1101 | 101011111 | 111011 | 1000100 |
Color Harmonies of #DD7D8B
Complementary color
Monochromatic Colors of #DD7D8B
Black with #DD7D8B
Text Example
Text Example
White with #DD7D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7D8B; }
p { color: rgb(221,125,139); }
H1.HeaderClassName
{
color: #DD7D8B;
}
.AnyTagClassName
{
color: #DD7D8B;
}
</style>
background-color css
<style>
a { background-color: #DD7D8B; }
a { background-color: rgb(221,125,139); }
div.DivClassName
{
background-color: #DD7D8B;
}
.BgClassName
{
background-color: #DD7D8B;
}
</style>
border-color css
<style>
span { border-color: #DD7D8B; }
span { border-color: rgb(221,125,139); }
td.TdClassName
{
border-color: #DD7D8B;
}
.TagClassName
{
border-color: #DD7D8B;
}
</style>