#D7729E

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

Shades of Pale Violet Red #D7729E

Tints of Pale Violet Red #D7729E

Color information

#D7729E (or 0xD7729E) is unknown color: approx Pale Violet Red. HEX triplet: D7, 72 and 9E. RGB value is (215,114,158). Sum of RGB (Red+Green+Blue) = 215+114+158=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D7729E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7729E is #288D61. Grayscale: #959595. Windows color (decimal): -2657634 or 10384087. OLE color: 10384087.

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

Color convert

RGB215114158-
CMYK00.470.270.16
HSL333.86º55.8%64.51%-
HSV(B)333.86º46.98%84.31%-
XYZ40.2128.9535.82-
YUV149.21132.96174.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.15%
GREEN value IS 114 (44.92% from 255) = 23.41%
BLUE value IS 158 (62.11% from 255) = 32.44%
R=44.15%
G=23.41%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511415800.470.270.16333.8655.864.51
HexD7729E02F1B1014e3841
Octal327162236057332051670101
Binary11010111111001010011110010111111011100001010011101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7729E; }

 p { color: rgb(215,114,158); }

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

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

 a { background-color: rgb(215,114,158); }

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

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

 span { border-color: rgb(215,114,158); }

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