#DA7CA2

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

Shades of Pale Violet Red #DA7CA2

Tints of Pale Violet Red #DA7CA2

Color information

#DA7CA2 (or 0xDA7CA2) is unknown color: approx Pale Violet Red. HEX triplet: DA, 7C and A2. RGB value is (218,124,162). Sum of RGB (Red+Green+Blue) = 218+124+162=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7CA2 is #25835D. Grayscale: #9C9C9C. Windows color (decimal): -2458462 or 10648794. OLE color: 10648794.

HSL color Cylindrical-coordinate representation of color #DA7CA2: hue angle of 335.74º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7CA2 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB218124162-
CMYK00.430.260.15
HSL335.74º55.95%67.06%-
HSV(B)335.74º43.12%85.49%-
XYZ42.6431.9338.1-
YUV156.44131.14171.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.25%
GREEN value IS 124 (48.83% from 255) = 24.60%
BLUE value IS 162 (63.67% from 255) = 32.14%
R=43.25%
G=24.60%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812416200.430.260.15335.7455.9567.06
HexDA7CA202B1AF1503843
Octal332174242053321752070103
Binary1101101011111001010001001010111101011111010100001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7CA2; }

 p { color: rgb(218,124,162); }

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

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

 a { background-color: rgb(218,124,162); }

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

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

 span { border-color: rgb(218,124,162); }

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