#DC79A5

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

Shades of Pale Violet Red #DC79A5

Tints of Pale Violet Red #DC79A5

Color information

#DC79A5 (or 0xDC79A5) is unknown color: approx Pale Violet Red. HEX triplet: DC, 79 and A5. RGB value is (220,121,165). Sum of RGB (Red+Green+Blue) = 220+121+165=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC79A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC79A5 is #23865A. Grayscale: #9B9B9B. Windows color (decimal): -2328155 or 10844636. OLE color: 10844636.

HSL color Cylindrical-coordinate representation of color #DC79A5: hue angle of 333.33º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC79A5 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB220121165-
CMYK00.450.250.14
HSL333.33º58.58%66.86%-
HSV(B)333.33º45%86.27%-
XYZ43.1431.6139.42-
YUV155.62133.3173.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.48%
GREEN value IS 121 (47.66% from 255) = 23.91%
BLUE value IS 165 (64.84% from 255) = 32.61%
R=43.48%
G=23.91%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012116500.450.250.14333.3358.5866.86
HexDC79A502D19E14d3b43
Octal334171245055311651573103
Binary1101110011110011010010101011011100111101010011011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC79A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC79A5; }

 p { color: rgb(220,121,165); }

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

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

 a { background-color: rgb(220,121,165); }

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

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

 span { border-color: rgb(220,121,165); }

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