Shades of Pale Violet Red #DE648F
Tints of Pale Violet Red #DE648F
RGB
CMYK
RGB Variations
Color information
#DE648F (or 0xDE648F) is known color: Pale Violet Red. HEX triplet: DE, 64 and 8F. RGB value is (222,100,143). Sum of RGB (Red+Green+Blue) = 222+100+143=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DE648F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE648F is #219B70. Grayscale: #8D8D8D. Windows color (decimal): -2202481 or 9397470. OLE color: 9397470.
HSL color Cylindrical-coordinate representation of color #DE648F: hue angle of 338.85º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE648F is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 100 | 143 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.13 |
| HSL | 338.85º | 0.65% | 0.63% | - |
| HSV(B) | 338.85º | 0.55% | 0.87% | - |
| XYZ | 39.64 | 26.63 | 29.04 | - |
| YUV | 141.38 | 128.92 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 100 | 143 | 0 | 0.55 | 0.36 | 0.13 | 338.85 | 0.65 | 0.63 |
| Hex | DE | 64 | 8F | 0 | 37 | 24 | D | 153 | 41 | 3F |
| Octal | 336 | 144 | 217 | 0 | 67 | 44 | 15 | 523 | 101 | 77 |
| Binary | 11011110 | 1100100 | 10001111 | 0 | 110111 | 100100 | 1101 | 101010011 | 1000001 | 111111 |
Color Harmonies of #DE648F
Complementary color
Monochromatic Colors of #DE648F
Black with #DE648F
Text Example
Text Example
White with #DE648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE648F; }
p { color: rgb(222,100,143); }
H1.HeaderClassName
{
color: #DE648F;
}
.AnyTagClassName
{
color: #DE648F;
}
</style>
background-color css
<style>
a { background-color: #DE648F; }
a { background-color: rgb(222,100,143); }
div.DivClassName
{
background-color: #DE648F;
}
.BgClassName
{
background-color: #DE648F;
}
</style>
border-color css
<style>
span { border-color: #DE648F; }
span { border-color: rgb(222,100,143); }
td.TdClassName
{
border-color: #DE648F;
}
.TagClassName
{
border-color: #DE648F;
}
</style>