#DF61AA

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

Shades of Pale Violet Red #DF61AA

Tints of Pale Violet Red #DF61AA

Color information

#DF61AA (or 0xDF61AA) is unknown color: approx Pale Violet Red. HEX triplet: DF, 61 and AA. RGB value is (223,97,170). Sum of RGB (Red+Green+Blue) = 223+97+170=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF61AA is #209E55. Grayscale: #8E8E8E. Windows color (decimal): -2137686 or 11166175. OLE color: 11166175.

HSL color Cylindrical-coordinate representation of color #DF61AA: hue angle of 325.24º 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 #DF61AA is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB22397170-
CMYK00.570.240.13
HSL325.24º66.32%62.75%-
HSV(B)325.24º56.5%87.45%-
XYZ41.9627.1441.06-
YUV143143.24185.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.51%
GREEN value IS 97 (38.28% from 255) = 19.80%
BLUE value IS 170 (66.80% from 255) = 34.69%
R=45.51%
G=19.80%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239717000.570.240.13325.2466.3262.75
HexDF61AA03918D145423f
Octal337141252071301550510277
Binary1101111111000011010101001110011100011011010001011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF61AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF61AA; }

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

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

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

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

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

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

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

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