#DE6B94

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

Shades of Pale Violet Red #DE6B94

Tints of Pale Violet Red #DE6B94

Color information

#DE6B94 (or 0xDE6B94) is unknown color: approx Pale Violet Red. HEX triplet: DE, 6B and 94. RGB value is (222,107,148). Sum of RGB (Red+Green+Blue) = 222+107+148=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6B94 is #21946B. Grayscale: #929292. Windows color (decimal): -2200684 or 9726942. OLE color: 9726942.

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

Color convert

RGB222107148-
CMYK00.520.330.13
HSL338.61º63.54%64.51%-
HSV(B)338.61º51.8%87.06%-
XYZ40.7328.1831.31-
YUV146.06129.1182.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.54%
GREEN value IS 107 (42.19% from 255) = 22.43%
BLUE value IS 148 (58.20% from 255) = 31.03%
R=46.54%
G=22.43%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210714800.520.330.13338.6163.5464.51
HexDE6B9403421D1534041
Octal3361532240644115523100101
Binary110111101101011100101000110100100001110110101001110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6B94; }

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

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

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

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

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

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

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

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