#D7749D

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

Shades of Pale Violet Red #D7749D

Tints of Pale Violet Red #D7749D

Color information

#D7749D (or 0xD7749D) is unknown color: approx Pale Violet Red. HEX triplet: D7, 74 and 9D. RGB value is (215,116,157). Sum of RGB (Red+Green+Blue) = 215+116+157=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D7749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7749D is #288B62. Grayscale: #969696. Windows color (decimal): -2657123 or 10319063. OLE color: 10319063.

HSL color Cylindrical-coordinate representation of color #D7749D: hue angle of 335.15º degrees, saturation: 0.55, 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 #D7749D is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB215116157-
CMYK00.460.270.16
HSL335.15º55.31%64.9%-
HSV(B)335.15º46.05%84.31%-
XYZ40.3629.3735.44-
YUV150.28131.8174.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.06%
GREEN value IS 116 (45.70% from 255) = 23.77%
BLUE value IS 157 (61.72% from 255) = 32.17%
R=44.06%
G=23.77%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511615700.460.270.16335.1555.3164.9
HexD7749D02E1B1014f3741
Octal327164235056332051767101
Binary11010111111010010011101010111011011100001010011111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7749D; }

 p { color: rgb(215,116,157); }

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

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

 a { background-color: rgb(215,116,157); }

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

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

 span { border-color: rgb(215,116,157); }

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