#DF658D

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

Shades of Pale Violet Red #DF658D

Tints of Pale Violet Red #DF658D

Color information

#DF658D (or 0xDF658D) is unknown color: approx Pale Violet Red. HEX triplet: DF, 65 and 8D. RGB value is (223,101,141). Sum of RGB (Red+Green+Blue) = 223+101+141=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF658D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF658D is #209A72. Grayscale: #8D8D8D. Windows color (decimal): -2136691 or 9266655. OLE color: 9266655.

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

Color convert

RGB223101141-
CMYK00.550.370.13
HSL340.33º65.59%63.53%-
HSV(B)340.33º54.71%87.45%-
XYZ39.8926.9228.29-
YUV142.04127.42185.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.96%
GREEN value IS 101 (39.84% from 255) = 21.72%
BLUE value IS 141 (55.47% from 255) = 30.32%
R=47.96%
G=21.72%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310114100.550.370.13340.3365.5963.53
HexDF658D03725D1544240
Octal3371452150674515524102100
Binary110111111100101100011010110111100101110110101010010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF658D; }

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

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

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

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

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

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

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

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