#DC669D

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

Shades of Pale Violet Red #DC669D

Tints of Pale Violet Red #DC669D

Color information

#DC669D (or 0xDC669D) is unknown color: approx Pale Violet Red. HEX triplet: DC, 66 and 9D. RGB value is (220,102,157). Sum of RGB (Red+Green+Blue) = 220+102+157=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC669D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC669D is #239962. Grayscale: #8F8F8F. Windows color (decimal): -2333027 or 10315484. OLE color: 10315484.

HSL color Cylindrical-coordinate representation of color #DC669D: hue angle of 332.03º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC669D is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB220102157-
CMYK00.540.290.14
HSL332.03º62.77%63.14%-
HSV(B)332.03º53.64%86.27%-
XYZ40.3527.1535.01-
YUV143.55135.59182.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.93%
GREEN value IS 102 (40.23% from 255) = 21.29%
BLUE value IS 157 (61.72% from 255) = 32.78%
R=45.93%
G=21.29%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010215700.540.290.14332.0362.7763.14
HexDC669D0361DE14c3f3f
Octal33414623506635165147777
Binary110111001100110100111010110110111011110101001100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC669D; }

 p { color: rgb(220,102,157); }

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

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

 a { background-color: rgb(220,102,157); }

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

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

 span { border-color: rgb(220,102,157); }

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