Shades of Carissma #DD7D8F
Tints of Carissma #DD7D8F
RGB
CMYK
RGB Variations
Color information
#DD7D8F (or 0xDD7D8F) is known color: Carissma. HEX triplet: DD, 7D and 8F. RGB value is (221,125,143). Sum of RGB (Red+Green+Blue) = 221+125+143=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7D8F is #228270. Grayscale: #9B9B9B. Windows color (decimal): -2261617 or 9403869. OLE color: 9403869.
HSL color Cylindrical-coordinate representation of color #DD7D8F: hue angle of 348.75º 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 #DD7D8F is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 143 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.13 |
| HSL | 348.75º | 0.59% | 0.68% | - |
| HSV(B) | 348.75º | 0.43% | 0.87% | - |
| XYZ | 42.11 | 32.02 | 29.95 | - |
| YUV | 155.76 | 120.8 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 143 | 0 | 0.43 | 0.35 | 0.13 | 348.75 | 0.59 | 0.68 |
| Hex | DD | 7D | 8F | 0 | 2B | 23 | D | 15D | 3B | 44 |
| Octal | 335 | 175 | 217 | 0 | 53 | 43 | 15 | 535 | 73 | 104 |
| Binary | 11011101 | 1111101 | 10001111 | 0 | 101011 | 100011 | 1101 | 101011101 | 111011 | 1000100 |
Color Harmonies of #DD7D8F
Complementary color
Monochromatic Colors of #DD7D8F
Black with #DD7D8F
Text Example
Text Example
White with #DD7D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7D8F; }
p { color: rgb(221,125,143); }
H1.HeaderClassName
{
color: #DD7D8F;
}
.AnyTagClassName
{
color: #DD7D8F;
}
</style>
background-color css
<style>
a { background-color: #DD7D8F; }
a { background-color: rgb(221,125,143); }
div.DivClassName
{
background-color: #DD7D8F;
}
.BgClassName
{
background-color: #DD7D8F;
}
</style>
border-color css
<style>
span { border-color: #DD7D8F; }
span { border-color: rgb(221,125,143); }
td.TdClassName
{
border-color: #DD7D8F;
}
.TagClassName
{
border-color: #DD7D8F;
}
</style>