#DC6F8F

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

Shades of Pale Violet Red #DC6F8F

Tints of Pale Violet Red #DC6F8F

Color information

#DC6F8F (or 0xDC6F8F) is unknown color: approx Pale Violet Red. HEX triplet: DC, 6F and 8F. RGB value is (220,111,143). Sum of RGB (Red+Green+Blue) = 220+111+143=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6F8F is #239070. Grayscale: #939393. Windows color (decimal): -2330737 or 9400284. OLE color: 9400284.

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

Color convert

RGB220111143-
CMYK00.500.350.14
HSL342.39º60.89%64.9%-
HSV(B)342.39º49.55%86.27%-
XYZ40.1628.5729.38-
YUV147.24125.61179.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.41%
GREEN value IS 111 (43.75% from 255) = 23.42%
BLUE value IS 143 (56.25% from 255) = 30.17%
R=46.41%
G=23.42%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011114300.500.350.14342.3960.8964.9
HexDC6F8F03223E1563d41
Octal334157217062431652675101
Binary11011100110111110001111011001010001111101010101101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6F8F; }

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

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

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

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

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

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

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

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