#DC6AA1

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

Shades of Pale Violet Red #DC6AA1

Tints of Pale Violet Red #DC6AA1

Color information

#DC6AA1 (or 0xDC6AA1) is unknown color: approx Pale Violet Red. HEX triplet: DC, 6A and A1. RGB value is (220,106,161). Sum of RGB (Red+Green+Blue) = 220+106+161=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6AA1 is #23955E. Grayscale: #929292. Windows color (decimal): -2331999 or 10578652. OLE color: 10578652.

HSL color Cylindrical-coordinate representation of color #DC6AA1: hue angle of 331.05º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6AA1 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB220106161-
CMYK00.520.270.14
HSL331.05º61.96%63.92%-
HSV(B)331.05º51.82%86.27%-
XYZ41.128.136.98-
YUV146.36136.27180.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.17%
GREEN value IS 106 (41.80% from 255) = 21.77%
BLUE value IS 161 (63.28% from 255) = 33.06%
R=45.17%
G=21.77%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010616100.520.270.14331.0561.9663.92
HexDC6AA10341BE14b3e40
Octal334152241064331651376100
Binary1101110011010101010000101101001101111101010010111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6AA1; }

 p { color: rgb(220,106,161); }

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

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

 a { background-color: rgb(220,106,161); }

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

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

 span { border-color: rgb(220,106,161); }

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