#DA6594

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

Shades of Pale Violet Red #DA6594

Tints of Pale Violet Red #DA6594

Color information

#DA6594 (or 0xDA6594) is unknown color: approx Pale Violet Red. HEX triplet: DA, 65 and 94. RGB value is (218,101,148). Sum of RGB (Red+Green+Blue) = 218+101+148=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6594 is #259A6B. Grayscale: #8D8D8D. Windows color (decimal): -2464364 or 9725402. OLE color: 9725402.

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

Color convert

RGB218101148-
CMYK00.540.320.15
HSL335.9º61.26%62.55%-
HSV(B)335.9º53.67%85.49%-
XYZ38.9126.3531.05-
YUV141.34131.76182.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.68%
GREEN value IS 101 (39.84% from 255) = 21.63%
BLUE value IS 148 (58.20% from 255) = 31.69%
R=46.68%
G=21.63%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810114800.540.320.15335.961.2662.55
HexDA659403620F1503d3f
Octal33214522406640175207577
Binary1101101011001011001010001101101000001111101010000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6594; }

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

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

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

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

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

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

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

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