#DC7499

Color #DC7499 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #DC7499

Tints of Pale Violet Red #DC7499

Color information

#DC7499 (or 0xDC7499) is unknown color: approx Pale Violet Red. HEX triplet: DC, 74 and 99. RGB value is (220,116,153). Sum of RGB (Red+Green+Blue) = 220+116+153=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7499 is #238B66. Grayscale: #979797. Windows color (decimal): -2329447 or 10056924. OLE color: 10056924.

HSL color Cylindrical-coordinate representation of color #DC7499: hue angle of 338.65º 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 #DC7499 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB220116153-
CMYK00.470.300.14
HSL338.65º59.77%65.88%-
HSV(B)338.65º47.27%86.27%-
XYZ41.5130.0133.74-
YUV151.31128.96176.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 44.99%
GREEN value IS 116 (45.70% from 255) = 23.72%
BLUE value IS 153 (60.16% from 255) = 31.29%
R=44.99%
G=23.72%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011615300.470.300.14338.6559.7765.88
HexDC749902F1EE1533c42
Octal334164231057361652374102
Binary1101110011101001001100101011111111011101010100111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7499; }

 p { color: rgb(220,116,153); }

 H1.HeaderClassName
 {
   color: #DC7499;
 }
 .AnyTagClassName
 {
   color: #DC7499;
 }
</style>
background-color css

<style>
 a { background-color: #DC7499; }

 a { background-color: rgb(220,116,153); }

 div.DivClassName
 {
   background-color: #DC7499;
 }
 .BgClassName
 {
   background-color: #DC7499;
 }
</style>
border-color css

<style>
 span { border-color: #DC7499; }

 span { border-color: rgb(220,116,153); }

 td.TdClassName
 {
   border-color: #DC7499;
 }
 .TagClassName
 {
   border-color: #DC7499;
 }
</style>