Shades of Deep Blush #DC6483
Tints of Deep Blush #DC6483
RGB
CMYK
RGB Variations
Color information
#DC6483 (or 0xDC6483) is known color: Deep Blush. HEX triplet: DC, 64 and 83. RGB value is (220,100,131). Sum of RGB (Red+Green+Blue) = 220+100+131=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6483 is #239B7C. Grayscale: #8B8B8B. Windows color (decimal): -2333565 or 8611036. OLE color: 8611036.
HSL color Cylindrical-coordinate representation of color #DC6483: hue angle of 344.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6483 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 131 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.14 |
| HSL | 344.5º | 0.63% | 0.63% | - |
| HSV(B) | 344.5º | 0.55% | 0.86% | - |
| XYZ | 38.17 | 25.97 | 24.47 | - |
| YUV | 139.41 | 123.26 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 131 | 0 | 0.55 | 0.40 | 0.14 | 344.5 | 0.63 | 0.63 |
| Hex | DC | 64 | 83 | 0 | 37 | 28 | E | 158 | 3F | 3F |
| Octal | 334 | 144 | 203 | 0 | 67 | 50 | 16 | 530 | 77 | 77 |
| Binary | 11011100 | 1100100 | 10000011 | 0 | 110111 | 101000 | 1110 | 101011000 | 111111 | 111111 |
Color Harmonies of #DC6483
Complementary color
Monochromatic Colors of #DC6483
Black with #DC6483
Text Example
Text Example
White with #DC6483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6483; }
p { color: rgb(220,100,131); }
H1.HeaderClassName
{
color: #DC6483;
}
.AnyTagClassName
{
color: #DC6483;
}
</style>
background-color css
<style>
a { background-color: #DC6483; }
a { background-color: rgb(220,100,131); }
div.DivClassName
{
background-color: #DC6483;
}
.BgClassName
{
background-color: #DC6483;
}
</style>
border-color css
<style>
span { border-color: #DC6483; }
span { border-color: rgb(220,100,131); }
td.TdClassName
{
border-color: #DC6483;
}
.TagClassName
{
border-color: #DC6483;
}
</style>