Shades of Pale Violet Red #DC6A91
Tints of Pale Violet Red #DC6A91
RGB
CMYK
RGB Variations
Color information
#DC6A91 (or 0xDC6A91) is known color: Pale Violet Red. HEX triplet: DC, 6A and 91. RGB value is (220,106,145). Sum of RGB (Red+Green+Blue) = 220+106+145=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6A91 is #23956E. Grayscale: #909090. Windows color (decimal): -2332015 or 9530076. OLE color: 9530076.
HSL color Cylindrical-coordinate representation of color #DC6A91: hue angle of 339.47º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6A91 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 145 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.14 |
| HSL | 339.47º | 0.62% | 0.64% | - |
| HSV(B) | 339.47º | 0.52% | 0.86% | - |
| XYZ | 39.78 | 27.57 | 30.01 | - |
| YUV | 144.53 | 128.27 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 145 | 0 | 0.52 | 0.34 | 0.14 | 339.47 | 0.62 | 0.64 |
| Hex | DC | 6A | 91 | 0 | 34 | 22 | E | 153 | 3E | 40 |
| Octal | 334 | 152 | 221 | 0 | 64 | 42 | 16 | 523 | 76 | 100 |
| Binary | 11011100 | 1101010 | 10010001 | 0 | 110100 | 100010 | 1110 | 101010011 | 111110 | 1000000 |
Color Harmonies of #DC6A91
Complementary color
Monochromatic Colors of #DC6A91
Black with #DC6A91
Text Example
Text Example
White with #DC6A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A91; }
p { color: rgb(220,106,145); }
H1.HeaderClassName
{
color: #DC6A91;
}
.AnyTagClassName
{
color: #DC6A91;
}
</style>
background-color css
<style>
a { background-color: #DC6A91; }
a { background-color: rgb(220,106,145); }
div.DivClassName
{
background-color: #DC6A91;
}
.BgClassName
{
background-color: #DC6A91;
}
</style>
border-color css
<style>
span { border-color: #DC6A91; }
span { border-color: rgb(220,106,145); }
td.TdClassName
{
border-color: #DC6A91;
}
.TagClassName
{
border-color: #DC6A91;
}
</style>