Shades of Deep Blush #DF6484
Tints of Deep Blush #DF6484
RGB
CMYK
RGB Variations
Color information
#DF6484 (or 0xDF6484) is known color: Deep Blush. HEX triplet: DF, 64 and 84. RGB value is (223,100,132). Sum of RGB (Red+Green+Blue) = 223+100+132=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6484 is #209B7B. Grayscale: #8C8C8C. Windows color (decimal): -2136956 or 8676575. OLE color: 8676575.
HSL color Cylindrical-coordinate representation of color #DF6484: hue angle of 344.39º degrees, saturation: 0.66, 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 #DF6484 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 132 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.13 |
| HSL | 344.39º | 0.66% | 0.63% | - |
| HSV(B) | 344.39º | 0.55% | 0.87% | - |
| XYZ | 39.15 | 26.47 | 24.88 | - |
| YUV | 140.43 | 123.25 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 132 | 0 | 0.55 | 0.41 | 0.13 | 344.39 | 0.66 | 0.63 |
| Hex | DF | 64 | 84 | 0 | 37 | 29 | D | 158 | 42 | 3F |
| Octal | 337 | 144 | 204 | 0 | 67 | 51 | 15 | 530 | 102 | 77 |
| Binary | 11011111 | 1100100 | 10000100 | 0 | 110111 | 101001 | 1101 | 101011000 | 1000010 | 111111 |
Color Harmonies of #DF6484
Complementary color
Monochromatic Colors of #DF6484
Black with #DF6484
Text Example
Text Example
White with #DF6484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6484; }
p { color: rgb(223,100,132); }
H1.HeaderClassName
{
color: #DF6484;
}
.AnyTagClassName
{
color: #DF6484;
}
</style>
background-color css
<style>
a { background-color: #DF6484; }
a { background-color: rgb(223,100,132); }
div.DivClassName
{
background-color: #DF6484;
}
.BgClassName
{
background-color: #DF6484;
}
</style>
border-color css
<style>
span { border-color: #DF6484; }
span { border-color: rgb(223,100,132); }
td.TdClassName
{
border-color: #DF6484;
}
.TagClassName
{
border-color: #DF6484;
}
</style>