#DA6795

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

Shades of Pale Violet Red #DA6795

Tints of Pale Violet Red #DA6795

Color information

#DA6795 (or 0xDA6795) is unknown color: approx Pale Violet Red. HEX triplet: DA, 67 and 95. RGB value is (218,103,149). Sum of RGB (Red+Green+Blue) = 218+103+149=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6795 is #25986A. Grayscale: #8E8E8E. Windows color (decimal): -2463851 or 9791450. OLE color: 9791450.

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

Color convert

RGB218103149-
CMYK00.530.320.15
HSL336º60.85%62.94%-
HSV(B)336º52.75%85.49%-
XYZ39.1926.7831.54-
YUV142.63131.6181.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.38%
GREEN value IS 103 (40.62% from 255) = 21.91%
BLUE value IS 149 (58.59% from 255) = 31.70%
R=46.38%
G=21.91%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810314900.530.320.1533660.8562.94
HexDA679503520F1503d3f
Octal33214722506540175207577
Binary1101101011001111001010101101011000001111101010000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6795; }

 p { color: rgb(218,103,149); }

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

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

 a { background-color: rgb(218,103,149); }

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

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

 span { border-color: rgb(218,103,149); }

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