#D6749F

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

Shades of Pale Violet Red #D6749F

Tints of Pale Violet Red #D6749F

Color information

#D6749F (or 0xD6749F) is unknown color: approx Pale Violet Red. HEX triplet: D6, 74 and 9F. RGB value is (214,116,159). Sum of RGB (Red+Green+Blue) = 214+116+159=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6749F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6749F is #298B60. Grayscale: #969696. Windows color (decimal): -2722657 or 10450134. OLE color: 10450134.

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

Color convert

RGB214116159-
CMYK00.460.260.16
HSL333.67º54.44%64.71%-
HSV(B)333.67º45.79%83.92%-
XYZ40.2329.2936.33-
YUV150.2132.97173.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.76%
GREEN value IS 116 (45.70% from 255) = 23.72%
BLUE value IS 159 (62.5% from 255) = 32.52%
R=43.76%
G=23.72%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411615900.460.260.16333.6754.4464.71
HexD6749F02E1A1014e3641
Octal326164237056322051666101
Binary11010110111010010011111010111011010100001010011101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6749F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6749F; }

 p { color: rgb(214,116,159); }

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

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

 a { background-color: rgb(214,116,159); }

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

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

 span { border-color: rgb(214,116,159); }

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