#DE6894

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

Shades of Pale Violet Red #DE6894

Tints of Pale Violet Red #DE6894

Color information

#DE6894 (or 0xDE6894) is unknown color: approx Pale Violet Red. HEX triplet: DE, 68 and 94. RGB value is (222,104,148). Sum of RGB (Red+Green+Blue) = 222+104+148=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6894 is #21976B. Grayscale: #909090. Windows color (decimal): -2201452 or 9726174. OLE color: 9726174.

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

Color convert

RGB222104148-
CMYK00.530.330.13
HSL337.63º64.13%63.92%-
HSV(B)337.63º53.15%87.06%-
XYZ40.4227.5731.21-
YUV144.3130.09183.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.84%
GREEN value IS 104 (41.02% from 255) = 21.94%
BLUE value IS 148 (58.20% from 255) = 31.22%
R=46.84%
G=21.94%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210414800.530.330.13337.6364.1363.92
HexDE689403521D1524040
Octal3361502240654115522100100
Binary110111101101000100101000110101100001110110101001010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6894; }

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

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

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

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

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

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

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

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