#DC68A0

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

Shades of Pale Violet Red #DC68A0

Tints of Pale Violet Red #DC68A0

Color information

#DC68A0 (or 0xDC68A0) is unknown color: approx Pale Violet Red. HEX triplet: DC, 68 and A0. RGB value is (220,104,160). Sum of RGB (Red+Green+Blue) = 220+104+160=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC68A0 is #23975F. Grayscale: #909090. Windows color (decimal): -2332512 or 10512604. OLE color: 10512604.

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

Color convert

RGB220104160-
CMYK00.530.270.14
HSL331.03º62.37%63.53%-
HSV(B)331.03º52.73%86.27%-
XYZ40.8127.6536.44-
YUV145.07136.43181.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.45%
GREEN value IS 104 (41.02% from 255) = 21.49%
BLUE value IS 160 (62.89% from 255) = 33.06%
R=45.45%
G=21.49%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010416000.530.270.14331.0362.3763.53
HexDC68A00351BE14b3e40
Octal334150240065331651376100
Binary1101110011010001010000001101011101111101010010111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC68A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC68A0; }

 p { color: rgb(220,104,160); }

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

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

 a { background-color: rgb(220,104,160); }

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

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

 span { border-color: rgb(220,104,160); }

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