Shades of Pale Violet Red #DC618A
Tints of Pale Violet Red #DC618A
RGB
CMYK
RGB Variations
Color information
#DC618A (or 0xDC618A) is known color: Pale Violet Red. HEX triplet: DC, 61 and 8A. RGB value is (220,97,138). Sum of RGB (Red+Green+Blue) = 220+97+138=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC618A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC618A is #239E75. Grayscale: #8A8A8A. Windows color (decimal): -2334326 or 9069020. OLE color: 9069020.
HSL color Cylindrical-coordinate representation of color #DC618A: hue angle of 340º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC618A is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 138 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.14 |
| HSL | 340º | 0.64% | 0.62% | - |
| HSV(B) | 340º | 0.56% | 0.86% | - |
| XYZ | 38.38 | 25.6 | 26.96 | - |
| YUV | 138.45 | 127.75 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 138 | 0 | 0.56 | 0.37 | 0.14 | 340 | 0.64 | 0.62 |
| Hex | DC | 61 | 8A | 0 | 38 | 25 | E | 154 | 40 | 3E |
| Octal | 334 | 141 | 212 | 0 | 70 | 45 | 16 | 524 | 100 | 76 |
| Binary | 11011100 | 1100001 | 10001010 | 0 | 111000 | 100101 | 1110 | 101010100 | 1000000 | 111110 |
Color Harmonies of #DC618A
Complementary color
Monochromatic Colors of #DC618A
Black with #DC618A
Text Example
Text Example
White with #DC618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC618A; }
p { color: rgb(220,97,138); }
H1.HeaderClassName
{
color: #DC618A;
}
.AnyTagClassName
{
color: #DC618A;
}
</style>
background-color css
<style>
a { background-color: #DC618A; }
a { background-color: rgb(220,97,138); }
div.DivClassName
{
background-color: #DC618A;
}
.BgClassName
{
background-color: #DC618A;
}
</style>
border-color css
<style>
span { border-color: #DC618A; }
span { border-color: rgb(220,97,138); }
td.TdClassName
{
border-color: #DC618A;
}
.TagClassName
{
border-color: #DC618A;
}
</style>