#DA6489

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

Shades of Pale Violet Red #DA6489

Tints of Pale Violet Red #DA6489

Color information

#DA6489 (or 0xDA6489) is unknown color: approx Pale Violet Red. HEX triplet: DA, 64 and 89. RGB value is (218,100,137). Sum of RGB (Red+Green+Blue) = 218+100+137=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6489 is #259B76. Grayscale: #8B8B8B. Windows color (decimal): -2464631 or 9004250. OLE color: 9004250.

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

Color convert

RGB218100137-
CMYK00.540.370.15
HSL341.19º61.46%62.35%-
HSV(B)341.19º54.13%85.49%-
XYZ37.9925.8326.65-
YUV139.5126.59183.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.91%
GREEN value IS 100 (39.45% from 255) = 21.98%
BLUE value IS 137 (53.91% from 255) = 30.11%
R=47.91%
G=21.98%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810013700.540.370.15341.1961.4662.35
HexDA648903625F1553d3e
Octal33214421106645175257576
Binary1101101011001001000100101101101001011111101010101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6489; }

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

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

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

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

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

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

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

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