#DF61A5

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

Shades of Pale Violet Red #DF61A5

Tints of Pale Violet Red #DF61A5

Color information

#DF61A5 (or 0xDF61A5) is unknown color: approx Pale Violet Red. HEX triplet: DF, 61 and A5. RGB value is (223,97,165). Sum of RGB (Red+Green+Blue) = 223+97+165=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF61A5 is #209E5A. Grayscale: #8E8E8E. Windows color (decimal): -2137691 or 10838495. OLE color: 10838495.

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

Color convert

RGB22397165-
CMYK00.570.260.13
HSL327.62º66.32%62.75%-
HSV(B)327.62º56.5%87.45%-
XYZ41.526.9538.61-
YUV142.43140.74185.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.98%
GREEN value IS 97 (38.28% from 255) = 20%
BLUE value IS 165 (64.84% from 255) = 34.02%
R=45.98%
G=20%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239716500.570.260.13327.6266.3262.75
HexDF61A50391AD148423f
Octal337141245071321551010277
Binary1101111111000011010010101110011101011011010010001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF61A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF61A5; }

 p { color: rgb(223,97,165); }

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

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

 a { background-color: rgb(223,97,165); }

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

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

 span { border-color: rgb(223,97,165); }

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