#DC6494

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

Shades of Pale Violet Red #DC6494

Tints of Pale Violet Red #DC6494

Color information

#DC6494 (or 0xDC6494) is unknown color: approx Pale Violet Red. HEX triplet: DC, 64 and 94. RGB value is (220,100,148). Sum of RGB (Red+Green+Blue) = 220+100+148=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6494 is #239B6B. Grayscale: #8D8D8D. Windows color (decimal): -2333548 or 9725148. OLE color: 9725148.

HSL color Cylindrical-coordinate representation of color #DC6494: hue angle of 336º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6494 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB220100148-
CMYK00.550.330.14
HSL336º63.16%62.75%-
HSV(B)336º54.55%86.27%-
XYZ39.4226.4731.05-
YUV141.35131.76184.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.01%
GREEN value IS 100 (39.45% from 255) = 21.37%
BLUE value IS 148 (58.20% from 255) = 31.62%
R=47.01%
G=21.37%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010014800.550.330.1433663.1662.75
HexDC649403721E1503f3f
Octal33414422406741165207777
Binary1101110011001001001010001101111000011110101010000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6494; }

 p { color: rgb(220,100,148); }

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

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

 a { background-color: rgb(220,100,148); }

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

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

 span { border-color: rgb(220,100,148); }

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