#DA6499

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

Shades of Pale Violet Red #DA6499

Tints of Pale Violet Red #DA6499

Color information

#DA6499 (or 0xDA6499) is unknown color: approx Pale Violet Red. HEX triplet: DA, 64 and 99. RGB value is (218,100,153). Sum of RGB (Red+Green+Blue) = 218+100+153=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6499 is #259B66. Grayscale: #8D8D8D. Windows color (decimal): -2464615 or 10052826. OLE color: 10052826.

HSL color Cylindrical-coordinate representation of color #DA6499: hue angle of 333.05º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA6499 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB218100153-
CMYK00.540.300.15
HSL333.05º61.46%62.35%-
HSV(B)333.05º54.13%85.49%-
XYZ39.2226.3233.15-
YUV141.32134.59182.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.28%
GREEN value IS 100 (39.45% from 255) = 21.23%
BLUE value IS 153 (60.16% from 255) = 32.48%
R=46.28%
G=21.23%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810015300.540.300.15333.0561.4662.35
HexDA64990361EF14d3d3e
Octal33214423106636175157576
Binary110110101100100100110010110110111101111101001101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6499; }

 p { color: rgb(218,100,153); }

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

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

 a { background-color: rgb(218,100,153); }

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

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

 span { border-color: rgb(218,100,153); }

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