#DC6D96

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

Shades of Pale Violet Red #DC6D96

Tints of Pale Violet Red #DC6D96

Color information

#DC6D96 (or 0xDC6D96) is unknown color: approx Pale Violet Red. HEX triplet: DC, 6D and 96. RGB value is (220,109,150). Sum of RGB (Red+Green+Blue) = 220+109+150=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6D96 is #239269. Grayscale: #929292. Windows color (decimal): -2331242 or 9858524. OLE color: 9858524.

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

Color convert

RGB220109150-
CMYK00.500.320.14
HSL337.84º61.33%64.51%-
HSV(B)337.84º50.45%86.27%-
XYZ40.4928.3532.19-
YUV146.86129.77180.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.93%
GREEN value IS 109 (42.97% from 255) = 22.76%
BLUE value IS 150 (58.98% from 255) = 31.32%
R=45.93%
G=22.76%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010915000.500.320.14337.8461.3364.51
HexDC6D9603220E1523d41
Octal334155226062401652275101
Binary11011100110110110010110011001010000011101010100101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6D96; }

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

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

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

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

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

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

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

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