#DC69A2

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

Shades of Pale Violet Red #DC69A2

Tints of Pale Violet Red #DC69A2

Color information

#DC69A2 (or 0xDC69A2) is unknown color: approx Pale Violet Red. HEX triplet: DC, 69 and A2. RGB value is (220,105,162). Sum of RGB (Red+Green+Blue) = 220+105+162=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC69A2 is #23965D. Grayscale: #919191. Windows color (decimal): -2332254 or 10643932. OLE color: 10643932.

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

Color convert

RGB220105162-
CMYK00.520.260.14
HSL330.26º62.16%63.73%-
HSV(B)330.26º52.27%86.27%-
XYZ41.0927.9337.41-
YUV145.88137.1180.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.17%
GREEN value IS 105 (41.41% from 255) = 21.56%
BLUE value IS 162 (63.67% from 255) = 33.26%
R=45.17%
G=21.56%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010516200.520.260.14330.2662.1663.73
HexDC69A20341AE14a3e40
Octal334151242064321651276100
Binary1101110011010011010001001101001101011101010010101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC69A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC69A2; }

 p { color: rgb(220,105,162); }

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

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

 a { background-color: rgb(220,105,162); }

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

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

 span { border-color: rgb(220,105,162); }

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