#DF62A3

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

Shades of Pale Violet Red #DF62A3

Tints of Pale Violet Red #DF62A3

Color information

#DF62A3 (or 0xDF62A3) is unknown color: approx Pale Violet Red. HEX triplet: DF, 62 and A3. RGB value is (223,98,163). Sum of RGB (Red+Green+Blue) = 223+98+163=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF62A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF62A3 is #209D5C. Grayscale: #8E8E8E. Windows color (decimal): -2137437 or 10707679. OLE color: 10707679.

HSL color Cylindrical-coordinate representation of color #DF62A3: hue angle of 328.8º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF62A3 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB22398163-
CMYK00.560.270.13
HSL328.8º66.14%62.94%-
HSV(B)328.8º56.05%87.45%-
XYZ41.4127.0737.69-
YUV142.78139.41185.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.07%
GREEN value IS 98 (38.67% from 255) = 20.25%
BLUE value IS 163 (64.06% from 255) = 33.68%
R=46.07%
G=20.25%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239816300.560.270.13328.866.1462.94
HexDF62A30381BD149423f
Octal337142243070331551110277
Binary1101111111000101010001101110001101111011010010011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF62A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF62A3; }

 p { color: rgb(223,98,163); }

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

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

 a { background-color: rgb(223,98,163); }

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

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

 span { border-color: rgb(223,98,163); }

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