#DE7A96

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

Shades of Pale Violet Red #DE7A96

Tints of Pale Violet Red #DE7A96

Color information

#DE7A96 (or 0xDE7A96) is unknown color: approx Pale Violet Red. HEX triplet: DE, 7A and 96. RGB value is (222,122,150). Sum of RGB (Red+Green+Blue) = 222+122+150=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7A96 is #218569. Grayscale: #9B9B9B. Windows color (decimal): -2196842 or 9861854. OLE color: 9861854.

HSL color Cylindrical-coordinate representation of color #DE7A96: hue angle of 343.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE7A96 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB222122150-
CMYK00.450.320.13
HSL343.2º60.24%67.45%-
HSV(B)343.2º45.05%87.06%-
XYZ42.5931.6532.72-
YUV155.09125.13175.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.94%
GREEN value IS 122 (48.05% from 255) = 24.70%
BLUE value IS 150 (58.98% from 255) = 30.36%
R=44.94%
G=24.70%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212215000.450.320.13343.260.2467.45
HexDE7A9602D20D1573c43
Octal336172226055401552774103
Binary11011110111101010010110010110110000011011010101111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7A96; }

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

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

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

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

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

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

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

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