#DC629E

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

Shades of Pale Violet Red #DC629E

Tints of Pale Violet Red #DC629E

Color information

#DC629E (or 0xDC629E) is unknown color: approx Pale Violet Red. HEX triplet: DC, 62 and 9E. RGB value is (220,98,158). Sum of RGB (Red+Green+Blue) = 220+98+158=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC629E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC629E is #239D61. Grayscale: #8D8D8D. Windows color (decimal): -2334050 or 10379996. OLE color: 10379996.

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

Color convert

RGB22098158-
CMYK00.550.280.14
HSL330.49º63.54%62.35%-
HSV(B)330.49º55.45%86.27%-
XYZ40.0526.4235.34-
YUV141.32137.42184.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.22%
GREEN value IS 98 (38.67% from 255) = 20.59%
BLUE value IS 158 (62.11% from 255) = 33.19%
R=46.22%
G=20.59%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209815800.550.280.14330.4963.5462.35
HexDC629E0371CE14a403e
Octal334142236067341651210076
Binary1101110011000101001111001101111110011101010010101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC629E; }

 p { color: rgb(220,98,158); }

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

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

 a { background-color: rgb(220,98,158); }

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

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

 span { border-color: rgb(220,98,158); }

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