#DA6591

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

Shades of Pale Violet Red #DA6591

Tints of Pale Violet Red #DA6591

Color information

#DA6591 (or 0xDA6591) is unknown color: approx Pale Violet Red. HEX triplet: DA, 65 and 91. RGB value is (218,101,145). Sum of RGB (Red+Green+Blue) = 218+101+145=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6591 is #259A6E. Grayscale: #8C8C8C. Windows color (decimal): -2464367 or 9528794. OLE color: 9528794.

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

Color convert

RGB218101145-
CMYK00.540.330.15
HSL337.44º61.26%62.55%-
HSV(B)337.44º53.67%85.49%-
XYZ38.6826.2629.82-
YUV141130.26182.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.98%
GREEN value IS 101 (39.84% from 255) = 21.77%
BLUE value IS 145 (57.03% from 255) = 31.25%
R=46.98%
G=21.77%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810114500.540.330.15337.4461.2662.55
HexDA659103621F1513d3f
Octal33214522106641175217577
Binary1101101011001011001000101101101000011111101010001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6591; }

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

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

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

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

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

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

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

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