#dc6eab

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

Shades of Pale Violet Red #DC6EAB

Tints of Pale Violet Red #DC6EAB

Color information

#DC6EAB (or 0xDC6EAB) is unknown color: approx Pale Violet Red. HEX triplet: DC, 6E and AB. RGB value is (220,110,171). Sum of RGB (Red+Green+Blue) = 220+110+171=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6EAB is #239154. Grayscale: #959595. Windows color (decimal): -2330965 or 11235036. OLE color: 11235036.

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

Color convert

RGB220110171-
CMYK00.500.220.14
HSL326.73º61.11%64.71%-
HSV(B)326.73º50%86.27%-
XYZ42.4429.3141.95-
YUV149.84139.94178.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.91%
GREEN value IS 110 (43.36% from 255) = 21.96%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=43.91%
G=21.96%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011017100.500.220.14326.7361.1164.71
HexDC6EAB03216E1473d41
Octal334156253062261650775101
Binary1101110011011101010101101100101011011101010001111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc6eab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc6eab; }

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

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

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

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

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

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

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

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