#DF64A1

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

Shades of Pale Violet Red #DF64A1

Tints of Pale Violet Red #DF64A1

Color information

#DF64A1 (or 0xDF64A1) is unknown color: approx Pale Violet Red. HEX triplet: DF, 64 and A1. RGB value is (223,100,161). Sum of RGB (Red+Green+Blue) = 223+100+161=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF64A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF64A1 is #209B5E. Grayscale: #8F8F8F. Windows color (decimal): -2136927 or 10577119. OLE color: 10577119.

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

Color convert

RGB223100161-
CMYK00.550.280.13
HSL330.24º65.78%63.33%-
HSV(B)330.24º55.16%87.45%-
XYZ41.4227.3836.82-
YUV143.73137.75184.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.07%
GREEN value IS 100 (39.45% from 255) = 20.66%
BLUE value IS 161 (63.28% from 255) = 33.26%
R=46.07%
G=20.66%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310016100.550.280.13330.2465.7863.33
HexDF64A10371CD14a423f
Octal337144241067341551210277
Binary1101111111001001010000101101111110011011010010101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF64A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF64A1; }

 p { color: rgb(223,100,161); }

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

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

 a { background-color: rgb(223,100,161); }

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

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

 span { border-color: rgb(223,100,161); }

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