#DA6596

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

Shades of Pale Violet Red #DA6596

Tints of Pale Violet Red #DA6596

Color information

#DA6596 (or 0xDA6596) is unknown color: approx Pale Violet Red. HEX triplet: DA, 65 and 96. RGB value is (218,101,150). Sum of RGB (Red+Green+Blue) = 218+101+150=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6596 is #259A69. Grayscale: #8D8D8D. Windows color (decimal): -2464362 or 9856474. OLE color: 9856474.

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

Color convert

RGB218101150-
CMYK00.540.310.15
HSL334.87º61.26%62.55%-
HSV(B)334.87º53.67%85.49%-
XYZ39.0726.4131.89-
YUV141.57132.76182.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.48%
GREEN value IS 101 (39.84% from 255) = 21.54%
BLUE value IS 150 (58.98% from 255) = 31.98%
R=46.48%
G=21.54%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810115000.540.310.15334.8761.2662.55
HexDA65960361FF14f3d3f
Octal33214522606637175177577
Binary110110101100101100101100110110111111111101001111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6596; }

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

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

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

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

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

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

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

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