#DA719D

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

Shades of Pale Violet Red #DA719D

Tints of Pale Violet Red #DA719D

Color information

#DA719D (or 0xDA719D) is unknown color: approx Pale Violet Red. HEX triplet: DA, 71 and 9D. RGB value is (218,113,157). Sum of RGB (Red+Green+Blue) = 218+113+157=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA719D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA719D is #258E62. Grayscale: #959595. Windows color (decimal): -2461283 or 10318298. OLE color: 10318298.

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

Color convert

RGB218113157-
CMYK00.480.280.15
HSL334.86º58.66%64.9%-
HSV(B)334.86º48.17%85.49%-
XYZ40.929.1535.37-
YUV149.41132.29176.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.67%
GREEN value IS 113 (44.53% from 255) = 23.16%
BLUE value IS 157 (61.72% from 255) = 32.17%
R=44.67%
G=23.16%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811315700.480.280.15334.8658.6664.9
HexDA719D0301CF14f3b41
Octal332161235060341751773101
Binary1101101011100011001110101100001110011111010011111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA719D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA719D; }

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

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

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

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

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

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

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

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