#DA6399

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

Shades of Pale Violet Red #DA6399

Tints of Pale Violet Red #DA6399

Color information

#DA6399 (or 0xDA6399) is unknown color: approx Pale Violet Red. HEX triplet: DA, 63 and 99. RGB value is (218,99,153). Sum of RGB (Red+Green+Blue) = 218+99+153=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6399 is #259C66. Grayscale: #8C8C8C. Windows color (decimal): -2464871 or 10052570. OLE color: 10052570.

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

Color convert

RGB21899153-
CMYK00.550.300.15
HSL332.77º61.66%62.16%-
HSV(B)332.77º54.59%85.49%-
XYZ39.1326.1333.12-
YUV140.74134.92183.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.38%
GREEN value IS 99 (39.06% from 255) = 21.06%
BLUE value IS 153 (60.16% from 255) = 32.55%
R=46.38%
G=21.06%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189915300.550.300.15332.7761.6662.16
HexDA63990371EF14d3e3e
Octal33214323106736175157676
Binary110110101100011100110010110111111101111101001101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6399; }

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

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

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

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

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

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

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

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