Shades of Pale Violet Red #DC629A
Tints of Pale Violet Red #DC629A
RGB
CMYK
RGB Variations
Color information
#DC629A (or 0xDC629A) is known color: Pale Violet Red. HEX triplet: DC, 62 and 9A. RGB value is (220,98,154). Sum of RGB (Red+Green+Blue) = 220+98+154=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 98 (38.67% from 255 or 20.76% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC629A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC629A is #239D65. Grayscale: #8C8C8C. Windows color (decimal): -2334054 or 10117852. OLE color: 10117852.
HSL color Cylindrical-coordinate representation of color #DC629A: hue angle of 332.46º 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 #DC629A is Cyan = 0, Magento = 0.55, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 154 | - |
| CMYK | 0 | 0.55 | 0.3 | 0.14 |
| HSL | 332.46º | 0.64% | 0.62% | - |
| HSV(B) | 332.46º | 0.55% | 0.86% | - |
| XYZ | 39.72 | 26.28 | 33.55 | - |
| YUV | 140.86 | 135.42 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 154 | 0 | 0.55 | 0.3 | 0.14 | 332.46 | 0.64 | 0.62 |
| Hex | DC | 62 | 9A | 0 | 37 | 1E | E | 14C | 40 | 3E |
| Octal | 334 | 142 | 232 | 0 | 67 | 36 | 16 | 514 | 100 | 76 |
| Binary | 11011100 | 1100010 | 10011010 | 0 | 110111 | 11110 | 1110 | 101001100 | 1000000 | 111110 |
Color Harmonies of #DC629A
Complementary color
Monochromatic Colors of #DC629A
Black with #DC629A
Text Example
Text Example
White with #DC629A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC629A; }
p { color: rgb(220,98,154); }
H1.HeaderClassName
{
color: #DC629A;
}
.AnyTagClassName
{
color: #DC629A;
}
</style>
background-color css
<style>
a { background-color: #DC629A; }
a { background-color: rgb(220,98,154); }
div.DivClassName
{
background-color: #DC629A;
}
.BgClassName
{
background-color: #DC629A;
}
</style>
border-color css
<style>
span { border-color: #DC629A; }
span { border-color: rgb(220,98,154); }
td.TdClassName
{
border-color: #DC629A;
}
.TagClassName
{
border-color: #DC629A;
}
</style>