#DE649E

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

Shades of Pale Violet Red #DE649E

Tints of Pale Violet Red #DE649E

Color information

#DE649E (or 0xDE649E) is unknown color: approx Pale Violet Red. HEX triplet: DE, 64 and 9E. RGB value is (222,100,158). Sum of RGB (Red+Green+Blue) = 222+100+158=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DE649E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE649E is #219B61. Grayscale: #8E8E8E. Windows color (decimal): -2202466 or 10380510. OLE color: 10380510.

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

Color convert

RGB222100158-
CMYK00.550.290.13
HSL331.48º64.89%63.14%-
HSV(B)331.48º54.95%87.06%-
XYZ40.8527.1135.43-
YUV143.09136.42184.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.25%
GREEN value IS 100 (39.45% from 255) = 20.83%
BLUE value IS 158 (62.11% from 255) = 32.92%
R=46.25%
G=20.83%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210015800.550.290.13331.4864.8963.14
HexDE649E0371DD14b413f
Octal336144236067351551310177
Binary1101111011001001001111001101111110111011010010111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE649E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE649E; }

 p { color: rgb(222,100,158); }

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

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

 a { background-color: rgb(222,100,158); }

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

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

 span { border-color: rgb(222,100,158); }

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