#D5779F

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

Shades of Pale Violet Red #D5779F

Tints of Pale Violet Red #D5779F

Color information

#D5779F (or 0xD5779F) is unknown color: approx Pale Violet Red. HEX triplet: D5, 77 and 9F. RGB value is (213,119,159). Sum of RGB (Red+Green+Blue) = 213+119+159=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D5779F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5779F is #2A8860. Grayscale: #979797. Windows color (decimal): -2787425 or 10450901. OLE color: 10450901.

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

Color convert

RGB213119159-
CMYK00.440.250.16
HSL334.47º52.81%65.1%-
HSV(B)334.47º44.13%83.53%-
XYZ40.329.8436.44-
YUV151.67132.14171.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.38%
GREEN value IS 119 (46.88% from 255) = 24.24%
BLUE value IS 159 (62.5% from 255) = 32.38%
R=43.38%
G=24.24%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311915900.440.250.16334.4752.8165.1
HexD5779F02C191014e3541
Octal325167237054312051665101
Binary11010101111011110011111010110011001100001010011101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5779F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5779F; }

 p { color: rgb(213,119,159); }

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

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

 a { background-color: rgb(213,119,159); }

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

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

 span { border-color: rgb(213,119,159); }

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