#DF65A5

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

Shades of Pale Violet Red #DF65A5

Tints of Pale Violet Red #DF65A5

Color information

#DF65A5 (or 0xDF65A5) is unknown color: approx Pale Violet Red. HEX triplet: DF, 65 and A5. RGB value is (223,101,165). Sum of RGB (Red+Green+Blue) = 223+101+165=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF65A5 is #209A5A. Grayscale: #909090. Windows color (decimal): -2136667 or 10839519. OLE color: 10839519.

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

Color convert

RGB223101165-
CMYK00.550.260.13
HSL328.52º65.59%63.53%-
HSV(B)328.52º54.71%87.45%-
XYZ41.8827.7138.74-
YUV144.77139.42183.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.60%
GREEN value IS 101 (39.84% from 255) = 20.65%
BLUE value IS 165 (64.84% from 255) = 33.74%
R=45.60%
G=20.65%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310116500.550.260.13328.5265.5963.53
HexDF65A50371AD1494240
Octal3371452450673215511102100
Binary11011111110010110100101011011111010110110100100110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF65A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF65A5; }

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

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

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

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

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

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

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

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