#DE6591

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

Shades of Pale Violet Red #DE6591

Tints of Pale Violet Red #DE6591

Color information

#DE6591 (or 0xDE6591) is unknown color: approx Pale Violet Red. HEX triplet: DE, 65 and 91. RGB value is (222,101,145). Sum of RGB (Red+Green+Blue) = 222+101+145=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6591 is #219A6E. Grayscale: #8E8E8E. Windows color (decimal): -2202223 or 9528798. OLE color: 9528798.

HSL color Cylindrical-coordinate representation of color #DE6591: hue angle of 338.18º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE6591 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB222101145-
CMYK00.550.350.13
HSL338.18º64.71%63.33%-
HSV(B)338.18º54.5%87.06%-
XYZ39.8926.8829.87-
YUV142.2129.59184.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.44%
GREEN value IS 101 (39.84% from 255) = 21.58%
BLUE value IS 145 (57.03% from 255) = 30.98%
R=47.44%
G=21.58%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210114500.550.350.13338.1864.7163.33
HexDE659103723D152413f
Octal336145221067431552210177
Binary11011110110010110010001011011110001111011010100101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6591; }

 p { color: rgb(222,101,145); }

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

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

 a { background-color: rgb(222,101,145); }

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

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

 span { border-color: rgb(222,101,145); }

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