Shades of Carissma #DF7FA3
Tints of Carissma #DF7FA3
RGB
CMYK
RGB Variations
Color information
#DF7FA3 (or 0xDF7FA3) is known color: Carissma. HEX triplet: DF, 7F and A3. RGB value is (223,127,163). Sum of RGB (Red+Green+Blue) = 223+127+163=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7FA3 is #20805C. Grayscale: #9F9F9F. Windows color (decimal): -2130013 or 10715103. OLE color: 10715103.
HSL color Cylindrical-coordinate representation of color #DF7FA3: hue angle of 337.5º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7FA3 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 163 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.13 |
| HSL | 337.5º | 0.6% | 0.69% | - |
| HSV(B) | 337.5º | 0.43% | 0.87% | - |
| XYZ | 44.63 | 33.51 | 38.77 | - |
| YUV | 159.81 | 129.8 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 163 | 0 | 0.43 | 0.27 | 0.13 | 337.5 | 0.6 | 0.69 |
| Hex | DF | 7F | A3 | 0 | 2B | 1B | D | 152 | 3C | 45 |
| Octal | 337 | 177 | 243 | 0 | 53 | 33 | 15 | 522 | 74 | 105 |
| Binary | 11011111 | 1111111 | 10100011 | 0 | 101011 | 11011 | 1101 | 101010010 | 111100 | 1000101 |
Color Harmonies of #DF7FA3
Complementary color
Monochromatic Colors of #DF7FA3
Black with #DF7FA3
Text Example
Text Example
White with #DF7FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7FA3; }
p { color: rgb(223,127,163); }
H1.HeaderClassName
{
color: #DF7FA3;
}
.AnyTagClassName
{
color: #DF7FA3;
}
</style>
background-color css
<style>
a { background-color: #DF7FA3; }
a { background-color: rgb(223,127,163); }
div.DivClassName
{
background-color: #DF7FA3;
}
.BgClassName
{
background-color: #DF7FA3;
}
</style>
border-color css
<style>
span { border-color: #DF7FA3; }
span { border-color: rgb(223,127,163); }
td.TdClassName
{
border-color: #DF7FA3;
}
.TagClassName
{
border-color: #DF7FA3;
}
</style>