#DA6B94

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

Shades of Pale Violet Red #DA6B94

Tints of Pale Violet Red #DA6B94

Color information

#DA6B94 (or 0xDA6B94) is unknown color: approx Pale Violet Red. HEX triplet: DA, 6B and 94. RGB value is (218,107,148). Sum of RGB (Red+Green+Blue) = 218+107+148=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6B94 is #25946B. Grayscale: #909090. Windows color (decimal): -2462828 or 9726938. OLE color: 9726938.

HSL color Cylindrical-coordinate representation of color #DA6B94: hue angle of 337.84º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6B94 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB218107148-
CMYK00.510.320.15
HSL337.84º60%63.73%-
HSV(B)337.84º50.92%85.49%-
XYZ39.5227.5631.25-
YUV144.86129.77180.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.09%
GREEN value IS 107 (42.19% from 255) = 22.62%
BLUE value IS 148 (58.20% from 255) = 31.29%
R=46.09%
G=22.62%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810714800.510.320.15337.846063.73
HexDA6B9403320F1523c40
Octal332153224063401752274100
Binary11011010110101110010100011001110000011111010100101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6B94; }

 p { color: rgb(218,107,148); }

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

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

 a { background-color: rgb(218,107,148); }

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

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

 span { border-color: rgb(218,107,148); }

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