#D9769F

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

Shades of Pale Violet Red #D9769F

Tints of Pale Violet Red #D9769F

Color information

#D9769F (or 0xD9769F) is unknown color: approx Pale Violet Red. HEX triplet: D9, 76 and 9F. RGB value is (217,118,159). Sum of RGB (Red+Green+Blue) = 217+118+159=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D9769F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9769F is #268960. Grayscale: #989898. Windows color (decimal): -2525537 or 10450649. OLE color: 10450649.

HSL color Cylindrical-coordinate representation of color #D9769F: hue angle of 335.15º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D9769F is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB217118159-
CMYK00.460.270.15
HSL335.15º56.57%65.69%-
HSV(B)335.15º45.62%85.1%-
XYZ41.3530.2136.45-
YUV152.28131.8174.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.93%
GREEN value IS 118 (46.48% from 255) = 23.89%
BLUE value IS 159 (62.5% from 255) = 32.19%
R=43.93%
G=23.89%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711815900.460.270.15335.1556.5765.69
HexD9769F02E1BF14f3942
Octal331166237056331751771102
Binary1101100111101101001111101011101101111111010011111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9769F; }

 p { color: rgb(217,118,159); }

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

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

 a { background-color: rgb(217,118,159); }

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

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

 span { border-color: rgb(217,118,159); }

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