#DE6B96

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

Shades of Pale Violet Red #DE6B96

Tints of Pale Violet Red #DE6B96

Color information

#DE6B96 (or 0xDE6B96) is unknown color: approx Pale Violet Red. HEX triplet: DE, 6B and 96. RGB value is (222,107,150). Sum of RGB (Red+Green+Blue) = 222+107+150=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6B96 is #219469. Grayscale: #929292. Windows color (decimal): -2200682 or 9858014. OLE color: 9858014.

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

Color convert

RGB222107150-
CMYK00.520.320.13
HSL337.57º63.54%64.51%-
HSV(B)337.57º51.8%87.06%-
XYZ40.8928.2532.15-
YUV146.29130.1182-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.35%
GREEN value IS 107 (42.19% from 255) = 22.34%
BLUE value IS 150 (58.98% from 255) = 31.32%
R=46.35%
G=22.34%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210715000.520.320.13337.5763.5464.51
HexDE6B9603420D1524041
Octal3361532260644015522100101
Binary110111101101011100101100110100100000110110101001010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6B96; }

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

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

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

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

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

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

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

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