#D5769E

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

Shades of Pale Violet Red #D5769E

Tints of Pale Violet Red #D5769E

Color information

#D5769E (or 0xD5769E) is unknown color: approx Pale Violet Red. HEX triplet: D5, 76 and 9E. RGB value is (213,118,158). Sum of RGB (Red+Green+Blue) = 213+118+158=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D5769E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5769E is #2A8961. Grayscale: #969696. Windows color (decimal): -2787682 or 10385109. OLE color: 10385109.

HSL color Cylindrical-coordinate representation of color #D5769E: hue angle of 334.74º 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 #D5769E is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB213118158-
CMYK00.450.260.16
HSL334.74º53.07%64.9%-
HSV(B)334.74º44.6%83.53%-
XYZ40.0929.5735.94-
YUV150.96131.97172.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.56%
GREEN value IS 118 (46.48% from 255) = 24.13%
BLUE value IS 158 (62.11% from 255) = 32.31%
R=43.56%
G=24.13%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311815800.450.260.16334.7453.0764.9
HexD5769E02D1A1014f3541
Octal325166236055322051765101
Binary11010101111011010011110010110111010100001010011111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5769E; }

 p { color: rgb(213,118,158); }

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

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

 a { background-color: rgb(213,118,158); }

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

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

 span { border-color: rgb(213,118,158); }

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