Shades of Pale Violet Red #DC75A8
Tints of Pale Violet Red #DC75A8
RGB
CMYK
RGB Variations
Color information
#DC75A8 (or 0xDC75A8) is known color: Pale Violet Red. HEX triplet: DC, 75 and A8. RGB value is (220,117,168). Sum of RGB (Red+Green+Blue) = 220+117+168=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC75A8 is #238A57. Grayscale: #999999. Windows color (decimal): -2329176 or 11040220. OLE color: 11040220.
HSL color Cylindrical-coordinate representation of color #DC75A8: hue angle of 330.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC75A8 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 117 | 168 | - |
CMYK | 0 | 0.47 | 0.24 | 0.14 |
HSL | 330.29º | 0.6% | 0.66% | - |
HSV(B) | 330.29º | 0.47% | 0.86% | - |
XYZ | 42.94 | 30.77 | 40.72 | - |
YUV | 153.61 | 136.12 | 175.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 117 | 168 | 0 | 0.47 | 0.24 | 0.14 | 330.29 | 0.6 | 0.66 |
Hex | DC | 75 | A8 | 0 | 2F | 18 | E | 14A | 3C | 42 |
Octal | 334 | 165 | 250 | 0 | 57 | 30 | 16 | 512 | 74 | 102 |
Binary | 11011100 | 1110101 | 10101000 | 0 | 101111 | 11000 | 1110 | 101001010 | 111100 | 1000010 |
Color Harmonies of #DC75A8
Complementary color
Monochromatic Colors of #DC75A8
Black with #DC75A8
Text Example
Text Example
White with #DC75A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC75A8; }
p { color: rgb(220,117,168); }
H1.HeaderClassName
{
color: #DC75A8;
}
.AnyTagClassName
{
color: #DC75A8;
}
</style>
background-color css
<style>
a { background-color: #DC75A8; }
a { background-color: rgb(220,117,168); }
div.DivClassName
{
background-color: #DC75A8;
}
.BgClassName
{
background-color: #DC75A8;
}
</style>
border-color css
<style>
span { border-color: #DC75A8; }
span { border-color: rgb(220,117,168); }
td.TdClassName
{
border-color: #DC75A8;
}
.TagClassName
{
border-color: #DC75A8;
}
</style>