#D9658E

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

Shades of Pale Violet Red #D9658E

Tints of Pale Violet Red #D9658E

Color information

#D9658E (or 0xD9658E) is unknown color: approx Pale Violet Red. HEX triplet: D9, 65 and 8E. RGB value is (217,101,142). Sum of RGB (Red+Green+Blue) = 217+101+142=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D9658E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9658E is #269A71. Grayscale: #8C8C8C. Windows color (decimal): -2529906 or 9332185. OLE color: 9332185.

HSL color Cylindrical-coordinate representation of color #D9658E: hue angle of 338.79º 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 #D9658E is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB217101142-
CMYK00.530.350.15
HSL338.79º60.42%62.35%-
HSV(B)338.79º53.46%85.1%-
XYZ38.1526.0128.6-
YUV140.36128.93182.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.17%
GREEN value IS 101 (39.84% from 255) = 21.96%
BLUE value IS 142 (55.86% from 255) = 30.87%
R=47.17%
G=21.96%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710114200.530.350.15338.7960.4262.35
HexD9658E03523F1533c3e
Octal33114521606543175237476
Binary1101100111001011000111001101011000111111101010011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9658E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9658E; }

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

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

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

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

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

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

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

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