#DC6D93

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

Shades of Pale Violet Red #DC6D93

Tints of Pale Violet Red #DC6D93

Color information

#DC6D93 (or 0xDC6D93) is unknown color: approx Pale Violet Red. HEX triplet: DC, 6D and 93. RGB value is (220,109,147). Sum of RGB (Red+Green+Blue) = 220+109+147=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6D93 is #23926C. Grayscale: #929292. Windows color (decimal): -2331245 or 9661916. OLE color: 9661916.

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

Color convert

RGB220109147-
CMYK00.500.330.14
HSL339.46º61.33%64.51%-
HSV(B)339.46º50.45%86.27%-
XYZ40.2528.2630.94-
YUV146.52128.27180.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.22%
GREEN value IS 109 (42.97% from 255) = 22.90%
BLUE value IS 147 (57.81% from 255) = 30.88%
R=46.22%
G=22.90%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010914700.500.330.14339.4661.3364.51
HexDC6D9303221E1533d41
Octal334155223062411652375101
Binary11011100110110110010011011001010000111101010100111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6D93; }

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

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

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

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

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

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

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

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