#DC769A

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

Shades of Pale Violet Red #DC769A

Tints of Pale Violet Red #DC769A

Color information

#DC769A (or 0xDC769A) is unknown color: approx Pale Violet Red. HEX triplet: DC, 76 and 9A. RGB value is (220,118,154). Sum of RGB (Red+Green+Blue) = 220+118+154=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC769A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC769A is #238965. Grayscale: #989898. Windows color (decimal): -2328934 or 10122972. OLE color: 10122972.

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

Color convert

RGB220118154-
CMYK00.460.30.14
HSL338.82º59.3%66.27%-
HSV(B)338.82º46.36%86.27%-
XYZ41.8330.5134.26-
YUV152.6128.79176.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.72%
GREEN value IS 118 (46.48% from 255) = 23.98%
BLUE value IS 154 (60.55% from 255) = 31.30%
R=44.72%
G=23.98%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011815400.460.30.14338.8259.366.27
HexDC769A02E1EE1533b42
Octal334166232056361652373102
Binary1101110011101101001101001011101111011101010100111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC769A; }

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

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

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

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

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

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

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

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