#DC6D9D

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

Shades of Pale Violet Red #DC6D9D

Tints of Pale Violet Red #DC6D9D

Color information

#DC6D9D (or 0xDC6D9D) is unknown color: approx Pale Violet Red. HEX triplet: DC, 6D and 9D. RGB value is (220,109,157). Sum of RGB (Red+Green+Blue) = 220+109+157=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6D9D is #239262. Grayscale: #939393. Windows color (decimal): -2331235 or 10317276. OLE color: 10317276.

HSL color Cylindrical-coordinate representation of color #DC6D9D: hue angle of 334.05º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6D9D is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB220109157-
CMYK00.500.290.14
HSL334.05º61.33%64.51%-
HSV(B)334.05º50.45%86.27%-
XYZ41.0728.5935.25-
YUV147.66133.27179.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.27%
GREEN value IS 109 (42.97% from 255) = 22.43%
BLUE value IS 157 (61.72% from 255) = 32.30%
R=45.27%
G=22.43%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010915700.500.290.14334.0561.3364.51
HexDC6D9D0321DE14e3d41
Octal334155235062351651675101
Binary1101110011011011001110101100101110111101010011101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6D9D; }

 p { color: rgb(220,109,157); }

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

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

 a { background-color: rgb(220,109,157); }

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

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

 span { border-color: rgb(220,109,157); }

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