#DA6796

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

Shades of Pale Violet Red #DA6796

Tints of Pale Violet Red #DA6796

Color information

#DA6796 (or 0xDA6796) is unknown color: approx Pale Violet Red. HEX triplet: DA, 67 and 96. RGB value is (218,103,150). Sum of RGB (Red+Green+Blue) = 218+103+150=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6796 is #259869. Grayscale: #8E8E8E. Windows color (decimal): -2463850 or 9856986. OLE color: 9856986.

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

Color convert

RGB218103150-
CMYK00.530.310.15
HSL335.48º60.85%62.94%-
HSV(B)335.48º52.75%85.49%-
XYZ39.2726.8131.96-
YUV142.74132.1181.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.28%
GREEN value IS 103 (40.62% from 255) = 21.87%
BLUE value IS 150 (58.98% from 255) = 31.85%
R=46.28%
G=21.87%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810315000.530.310.15335.4860.8562.94
HexDA67960351FF14f3d3f
Octal33214722606537175177577
Binary110110101100111100101100110101111111111101001111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6796; }

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

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

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

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

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

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

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

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