#DC6F96

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

Shades of Pale Violet Red #DC6F96

Tints of Pale Violet Red #DC6F96

Color information

#DC6F96 (or 0xDC6F96) is unknown color: approx Pale Violet Red. HEX triplet: DC, 6F and 96. RGB value is (220,111,150). Sum of RGB (Red+Green+Blue) = 220+111+150=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6F96 is #239069. Grayscale: #939393. Windows color (decimal): -2330730 or 9859036. OLE color: 9859036.

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

Color convert

RGB220111150-
CMYK00.500.320.14
HSL338.53º60.89%64.9%-
HSV(B)338.53º49.55%86.27%-
XYZ40.728.7932.27-
YUV148.04129.11179.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.74%
GREEN value IS 111 (43.75% from 255) = 23.08%
BLUE value IS 150 (58.98% from 255) = 31.19%
R=45.74%
G=23.08%
B=31.19%

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
Decimal22011115000.500.320.14338.5360.8964.9
HexDC6F9603220E1533d41
Octal334157226062401652375101
Binary11011100110111110010110011001010000011101010100111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6F96; }

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

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

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

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

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

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

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

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