#D6729A

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

Shades of Pale Violet Red #D6729A

Tints of Pale Violet Red #D6729A

Color information

#D6729A (or 0xD6729A) is unknown color: approx Pale Violet Red. HEX triplet: D6, 72 and 9A. RGB value is (214,114,154). Sum of RGB (Red+Green+Blue) = 214+114+154=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D6729A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6729A is #298D65. Grayscale: #949494. Windows color (decimal): -2723174 or 10121942. OLE color: 10121942.

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

Color convert

RGB214114154-
CMYK00.470.280.16
HSL336º54.95%64.31%-
HSV(B)336º46.73%83.92%-
XYZ39.5828.6634.02-
YUV148.46131.13174.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.40%
GREEN value IS 114 (44.92% from 255) = 23.65%
BLUE value IS 154 (60.55% from 255) = 31.95%
R=44.40%
G=23.65%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411415400.470.280.1633654.9564.31
HexD6729A02F1C101503740
Octal326162232057342052067100
Binary11010110111001010011010010111111100100001010100001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6729A; }

 p { color: rgb(214,114,154); }

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

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

 a { background-color: rgb(214,114,154); }

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

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

 span { border-color: rgb(214,114,154); }

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