#DC669B

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

Shades of Pale Violet Red #DC669B

Tints of Pale Violet Red #DC669B

Color information

#DC669B (or 0xDC669B) is unknown color: approx Pale Violet Red. HEX triplet: DC, 66 and 9B. RGB value is (220,102,155). Sum of RGB (Red+Green+Blue) = 220+102+155=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC669B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC669B is #239964. Grayscale: #8F8F8F. Windows color (decimal): -2333029 or 10184412. OLE color: 10184412.

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

Color convert

RGB220102155-
CMYK00.540.300.14
HSL333.05º62.77%63.14%-
HSV(B)333.05º53.64%86.27%-
XYZ40.1827.0834.12-
YUV143.32134.59182.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.12%
GREEN value IS 102 (40.23% from 255) = 21.38%
BLUE value IS 155 (60.94% from 255) = 32.49%
R=46.12%
G=21.38%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010215500.540.300.14333.0562.7763.14
HexDC669B0361EE14d3f3f
Octal33414623306636165157777
Binary110111001100110100110110110110111101110101001101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC669B; }

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

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

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

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

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

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

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

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