Shades of Pale Violet Red #DC6290
Tints of Pale Violet Red #DC6290
RGB
CMYK
RGB Variations
Color information
#DC6290 (or 0xDC6290) is known color: Pale Violet Red. HEX triplet: DC, 62 and 90. RGB value is (220,98,144). Sum of RGB (Red+Green+Blue) = 220+98+144=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6290 is #239D6F. Grayscale: #8B8B8B. Windows color (decimal): -2334064 or 9462492. OLE color: 9462492.
HSL color Cylindrical-coordinate representation of color #DC6290: hue angle of 337.38º 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 #DC6290 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 144 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.14 |
| HSL | 337.38º | 0.64% | 0.62% | - |
| HSV(B) | 337.38º | 0.55% | 0.86% | - |
| XYZ | 38.92 | 25.96 | 29.35 | - |
| YUV | 139.72 | 130.42 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 144 | 0 | 0.55 | 0.35 | 0.14 | 337.38 | 0.64 | 0.62 |
| Hex | DC | 62 | 90 | 0 | 37 | 23 | E | 151 | 40 | 3E |
| Octal | 334 | 142 | 220 | 0 | 67 | 43 | 16 | 521 | 100 | 76 |
| Binary | 11011100 | 1100010 | 10010000 | 0 | 110111 | 100011 | 1110 | 101010001 | 1000000 | 111110 |
Color Harmonies of #DC6290
Complementary color
Monochromatic Colors of #DC6290
Black with #DC6290
Text Example
Text Example
White with #DC6290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6290; }
p { color: rgb(220,98,144); }
H1.HeaderClassName
{
color: #DC6290;
}
.AnyTagClassName
{
color: #DC6290;
}
</style>
background-color css
<style>
a { background-color: #DC6290; }
a { background-color: rgb(220,98,144); }
div.DivClassName
{
background-color: #DC6290;
}
.BgClassName
{
background-color: #DC6290;
}
</style>
border-color css
<style>
span { border-color: #DC6290; }
span { border-color: rgb(220,98,144); }
td.TdClassName
{
border-color: #DC6290;
}
.TagClassName
{
border-color: #DC6290;
}
</style>