#DA709F

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

Shades of Pale Violet Red #DA709F

Tints of Pale Violet Red #DA709F

Color information

#DA709F (or 0xDA709F) is unknown color: approx Pale Violet Red. HEX triplet: DA, 70 and 9F. RGB value is (218,112,159). Sum of RGB (Red+Green+Blue) = 218+112+159=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA709F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA709F is #258F60. Grayscale: #949494. Windows color (decimal): -2461537 or 10449114. OLE color: 10449114.

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

Color convert

RGB218112159-
CMYK00.490.270.15
HSL333.4º58.89%64.71%-
HSV(B)333.4º48.62%85.49%-
XYZ40.972936.24-
YUV149.05133.62177.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.58%
GREEN value IS 112 (44.14% from 255) = 22.90%
BLUE value IS 159 (62.5% from 255) = 32.52%
R=44.58%
G=22.90%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811215900.490.270.15333.458.8964.71
HexDA709F0311BF14d3b41
Octal332160237061331751573101
Binary1101101011100001001111101100011101111111010011011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA709F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA709F; }

 p { color: rgb(218,112,159); }

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

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

 a { background-color: rgb(218,112,159); }

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

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

 span { border-color: rgb(218,112,159); }

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