#dc628f

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

Shades of Pale Violet Red #DC628F

Tints of Pale Violet Red #DC628F

Color information

#DC628F (or 0xDC628F) is unknown color: approx Pale Violet Red. HEX triplet: DC, 62 and 8F. RGB value is (220,98,143). Sum of RGB (Red+Green+Blue) = 220+98+143=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC628F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC628F is #239D70. Grayscale: #8B8B8B. Windows color (decimal): -2334065 or 9396956. OLE color: 9396956.

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

Color convert

RGB22098143-
CMYK00.550.350.14
HSL337.87º63.54%62.35%-
HSV(B)337.87º55.45%86.27%-
XYZ38.8425.9328.95-
YUV139.61129.92185.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.72%
GREEN value IS 98 (38.67% from 255) = 21.26%
BLUE value IS 143 (56.25% from 255) = 31.02%
R=47.72%
G=21.26%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209814300.550.350.14337.8763.5462.35
HexDC628F03723E152403e
Octal334142217067431652210076
Binary11011100110001010001111011011110001111101010100101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc628f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc628f; }

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

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

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

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

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

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

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

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