#D9658F

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

Shades of Pale Violet Red #D9658F

Tints of Pale Violet Red #D9658F

Color information

#D9658F (or 0xD9658F) is unknown color: approx Pale Violet Red. HEX triplet: D9, 65 and 8F. RGB value is (217,101,143). Sum of RGB (Red+Green+Blue) = 217+101+143=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D9658F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9658F is #269A70. Grayscale: #8C8C8C. Windows color (decimal): -2529905 or 9397721. OLE color: 9397721.

HSL color Cylindrical-coordinate representation of color #D9658F: hue angle of 338.28º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9658F is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB217101143-
CMYK00.530.340.15
HSL338.28º60.42%62.35%-
HSV(B)338.28º53.46%85.1%-
XYZ38.2326.0429-
YUV140.47129.43182.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.07%
GREEN value IS 101 (39.84% from 255) = 21.91%
BLUE value IS 143 (56.25% from 255) = 31.02%
R=47.07%
G=21.91%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710114300.530.340.15338.2860.4262.35
HexD9658F03522F1523c3e
Octal33114521706542175227476
Binary1101100111001011000111101101011000101111101010010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9658F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9658F; }

 p { color: rgb(217,101,143); }

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

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

 a { background-color: rgb(217,101,143); }

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

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

 span { border-color: rgb(217,101,143); }

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