#DA708F

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

Shades of Pale Violet Red #DA708F

Tints of Pale Violet Red #DA708F

Color information

#DA708F (or 0xDA708F) is unknown color: approx Pale Violet Red. HEX triplet: DA, 70 and 8F. RGB value is (218,112,143). Sum of RGB (Red+Green+Blue) = 218+112+143=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA708F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA708F is #258F70. Grayscale: #939393. Windows color (decimal): -2461553 or 9400538. OLE color: 9400538.

HSL color Cylindrical-coordinate representation of color #DA708F: hue angle of 342.45º 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 #DA708F is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB218112143-
CMYK00.490.340.15
HSL342.45º58.89%64.71%-
HSV(B)342.45º48.62%85.49%-
XYZ39.6728.4829.39-
YUV147.23125.62178.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.09%
GREEN value IS 112 (44.14% from 255) = 23.68%
BLUE value IS 143 (56.25% from 255) = 30.23%
R=46.09%
G=23.68%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811214300.490.340.15342.4558.8964.71
HexDA708F03122F1563b41
Octal332160217061421752673101
Binary11011010111000010001111011000110001011111010101101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA708F; }

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

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

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

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

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

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

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

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