#D5759C

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

Shades of Pale Violet Red #D5759C

Tints of Pale Violet Red #D5759C

Color information

#D5759C (or 0xD5759C) is unknown color: approx Pale Violet Red. HEX triplet: D5, 75 and 9C. RGB value is (213,117,156). Sum of RGB (Red+Green+Blue) = 213+117+156=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D5759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5759C is #2A8A63. Grayscale: #969696. Windows color (decimal): -2787940 or 10253781. OLE color: 10253781.

HSL color Cylindrical-coordinate representation of color #D5759C: hue angle of 335.62º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5759C is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB213117156-
CMYK00.450.270.16
HSL335.62º53.33%64.71%-
HSV(B)335.62º45.07%83.53%-
XYZ39.829.2735-
YUV150.15131.3172.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.83%
GREEN value IS 117 (46.09% from 255) = 24.07%
BLUE value IS 156 (61.33% from 255) = 32.10%
R=43.83%
G=24.07%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311715600.450.270.16335.6253.3364.71
HexD5759C02D1B101503541
Octal325165234055332052065101
Binary11010101111010110011100010110111011100001010100001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5759C; }

 p { color: rgb(213,117,156); }

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

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

 a { background-color: rgb(213,117,156); }

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

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

 span { border-color: rgb(213,117,156); }

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