Shades of Deep Blush #DF6284
Tints of Deep Blush #DF6284
RGB
CMYK
RGB Variations
Color information
#DF6284 (or 0xDF6284) is known color: Deep Blush. HEX triplet: DF, 62 and 84. RGB value is (223,98,132). Sum of RGB (Red+Green+Blue) = 223+98+132=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6284 is #209D7B. Grayscale: #8B8B8B. Windows color (decimal): -2137468 or 8676063. OLE color: 8676063.
HSL color Cylindrical-coordinate representation of color #DF6284: hue angle of 343.68º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF6284 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 132 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.13 |
| HSL | 343.68º | 0.66% | 0.63% | - |
| HSV(B) | 343.68º | 0.56% | 0.87% | - |
| XYZ | 38.96 | 26.09 | 24.81 | - |
| YUV | 139.25 | 123.91 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 132 | 0 | 0.56 | 0.41 | 0.13 | 343.68 | 0.66 | 0.63 |
| Hex | DF | 62 | 84 | 0 | 38 | 29 | D | 158 | 42 | 3F |
| Octal | 337 | 142 | 204 | 0 | 70 | 51 | 15 | 530 | 102 | 77 |
| Binary | 11011111 | 1100010 | 10000100 | 0 | 111000 | 101001 | 1101 | 101011000 | 1000010 | 111111 |
Color Harmonies of #DF6284
Complementary color
Monochromatic Colors of #DF6284
Black with #DF6284
Text Example
Text Example
White with #DF6284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6284; }
p { color: rgb(223,98,132); }
H1.HeaderClassName
{
color: #DF6284;
}
.AnyTagClassName
{
color: #DF6284;
}
</style>
background-color css
<style>
a { background-color: #DF6284; }
a { background-color: rgb(223,98,132); }
div.DivClassName
{
background-color: #DF6284;
}
.BgClassName
{
background-color: #DF6284;
}
</style>
border-color css
<style>
span { border-color: #DF6284; }
span { border-color: rgb(223,98,132); }
td.TdClassName
{
border-color: #DF6284;
}
.TagClassName
{
border-color: #DF6284;
}
</style>