#DA749D

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

Shades of Pale Violet Red #DA749D

Tints of Pale Violet Red #DA749D

Color information

#DA749D (or 0xDA749D) is unknown color: approx Pale Violet Red. HEX triplet: DA, 74 and 9D. RGB value is (218,116,157). Sum of RGB (Red+Green+Blue) = 218+116+157=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA749D is #258B62. Grayscale: #979797. Windows color (decimal): -2460515 or 10319066. OLE color: 10319066.

HSL color Cylindrical-coordinate representation of color #DA749D: hue angle of 335.88º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA749D is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB218116157-
CMYK00.470.280.15
HSL335.88º57.95%65.49%-
HSV(B)335.88º46.79%85.49%-
XYZ41.2429.8335.48-
YUV151.17131.29175.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.40%
GREEN value IS 116 (45.70% from 255) = 23.63%
BLUE value IS 157 (61.72% from 255) = 31.98%
R=44.40%
G=23.63%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811615700.470.280.15335.8857.9565.49
HexDA749D02F1CF1503a41
Octal332164235057341752072101
Binary1101101011101001001110101011111110011111010100001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA749D; }

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

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

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

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

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

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

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

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