#DE6794

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

Shades of Pale Violet Red #DE6794

Tints of Pale Violet Red #DE6794

Color information

#DE6794 (or 0xDE6794) is unknown color: approx Pale Violet Red. HEX triplet: DE, 67 and 94. RGB value is (222,103,148). Sum of RGB (Red+Green+Blue) = 222+103+148=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6794 is #21986B. Grayscale: #8F8F8F. Windows color (decimal): -2201708 or 9725918. OLE color: 9725918.

HSL color Cylindrical-coordinate representation of color #DE6794: hue angle of 337.31º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE6794 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB222103148-
CMYK00.540.330.13
HSL337.31º64.32%63.73%-
HSV(B)337.31º53.6%87.06%-
XYZ40.3227.3731.17-
YUV143.71130.42183.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.93%
GREEN value IS 103 (40.62% from 255) = 21.78%
BLUE value IS 148 (58.20% from 255) = 31.29%
R=46.93%
G=21.78%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210314800.540.330.13337.3164.3263.73
HexDE679403621D1514040
Octal3361472240664115521100100
Binary110111101100111100101000110110100001110110101000110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6794; }

 p { color: rgb(222,103,148); }

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

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

 a { background-color: rgb(222,103,148); }

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

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

 span { border-color: rgb(222,103,148); }

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