#DC6E9A

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

Shades of Pale Violet Red #DC6E9A

Tints of Pale Violet Red #DC6E9A

Color information

#DC6E9A (or 0xDC6E9A) is unknown color: approx Pale Violet Red. HEX triplet: DC, 6E and 9A. RGB value is (220,110,154). Sum of RGB (Red+Green+Blue) = 220+110+154=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6E9A is #239165. Grayscale: #939393. Windows color (decimal): -2330982 or 10120924. OLE color: 10120924.

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

Color convert

RGB220110154-
CMYK00.500.30.14
HSL336º61.11%64.71%-
HSV(B)336º50%86.27%-
XYZ40.9228.733.95-
YUV147.91131.44179.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.45%
GREEN value IS 110 (43.36% from 255) = 22.73%
BLUE value IS 154 (60.55% from 255) = 31.82%
R=45.45%
G=22.73%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011015400.500.30.1433661.1164.71
HexDC6E9A0321EE1503d41
Octal334156232062361652075101
Binary1101110011011101001101001100101111011101010100001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6E9A; }

 p { color: rgb(220,110,154); }

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

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

 a { background-color: rgb(220,110,154); }

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

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

 span { border-color: rgb(220,110,154); }

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