#DC629F

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

Shades of Pale Violet Red #DC629F

Tints of Pale Violet Red #DC629F

Color information

#DC629F (or 0xDC629F) is unknown color: approx Pale Violet Red. HEX triplet: DC, 62 and 9F. RGB value is (220,98,159). Sum of RGB (Red+Green+Blue) = 220+98+159=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC629F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC629F is #239D60. Grayscale: #8D8D8D. Windows color (decimal): -2334049 or 10445532. OLE color: 10445532.

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

Color convert

RGB22098159-
CMYK00.550.280.14
HSL330º63.54%62.35%-
HSV(B)330º55.45%86.27%-
XYZ40.1426.4535.79-
YUV141.43137.92184.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.12%
GREEN value IS 98 (38.67% from 255) = 20.55%
BLUE value IS 159 (62.5% from 255) = 33.33%
R=46.12%
G=20.55%
B=33.33%

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
Decimal2209815900.550.280.1433063.5462.35
HexDC629F0371CE14a403e
Octal334142237067341651210076
Binary1101110011000101001111101101111110011101010010101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC629F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC629F; }

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

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

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

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

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

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

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

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