Shades of Deep Blush #DC6281
Tints of Deep Blush #DC6281
RGB
CMYK
RGB Variations
Color information
#DC6281 (or 0xDC6281) is known color: Deep Blush. HEX triplet: DC, 62 and 81. RGB value is (220,98,129). Sum of RGB (Red+Green+Blue) = 220+98+129=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6281 is #239D7E. Grayscale: #8A8A8A. Windows color (decimal): -2334079 or 8479452. OLE color: 8479452.
HSL color Cylindrical-coordinate representation of color #DC6281: hue angle of 344.75º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6281 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 129 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.14 |
| HSL | 344.75º | 0.64% | 0.62% | - |
| HSV(B) | 344.75º | 0.55% | 0.86% | - |
| XYZ | 37.85 | 25.54 | 23.7 | - |
| YUV | 138.01 | 122.92 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 129 | 0 | 0.55 | 0.41 | 0.14 | 344.75 | 0.64 | 0.62 |
| Hex | DC | 62 | 81 | 0 | 37 | 29 | E | 159 | 40 | 3E |
| Octal | 334 | 142 | 201 | 0 | 67 | 51 | 16 | 531 | 100 | 76 |
| Binary | 11011100 | 1100010 | 10000001 | 0 | 110111 | 101001 | 1110 | 101011001 | 1000000 | 111110 |
Color Harmonies of #DC6281
Complementary color
Monochromatic Colors of #DC6281
Black with #DC6281
Text Example
Text Example
White with #DC6281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6281; }
p { color: rgb(220,98,129); }
H1.HeaderClassName
{
color: #DC6281;
}
.AnyTagClassName
{
color: #DC6281;
}
</style>
background-color css
<style>
a { background-color: #DC6281; }
a { background-color: rgb(220,98,129); }
div.DivClassName
{
background-color: #DC6281;
}
.BgClassName
{
background-color: #DC6281;
}
</style>
border-color css
<style>
span { border-color: #DC6281; }
span { border-color: rgb(220,98,129); }
td.TdClassName
{
border-color: #DC6281;
}
.TagClassName
{
border-color: #DC6281;
}
</style>