#DE6790

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

Shades of Pale Violet Red #DE6790

Tints of Pale Violet Red #DE6790

Color information

#DE6790 (or 0xDE6790) is unknown color: approx Pale Violet Red. HEX triplet: DE, 67 and 90. RGB value is (222,103,144). Sum of RGB (Red+Green+Blue) = 222+103+144=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6790 is #21986F. Grayscale: #8F8F8F. Windows color (decimal): -2201712 or 9463774. OLE color: 9463774.

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

Color convert

RGB222103144-
CMYK00.540.350.13
HSL339.33º64.32%63.73%-
HSV(B)339.33º53.6%87.06%-
XYZ40.0127.2429.54-
YUV143.26128.42184.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.33%
GREEN value IS 103 (40.62% from 255) = 21.96%
BLUE value IS 144 (56.64% from 255) = 30.70%
R=47.33%
G=21.96%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210314400.540.350.13339.3364.3263.73
HexDE679003623D1534040
Octal3361472200664315523100100
Binary110111101100111100100000110110100011110110101001110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6790; }

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

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

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

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

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

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

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

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