#DE7B99

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

Shades of Pale Violet Red #DE7B99

Tints of Pale Violet Red #DE7B99

Color information

#DE7B99 (or 0xDE7B99) is unknown color: approx Pale Violet Red. HEX triplet: DE, 7B and 99. RGB value is (222,123,153). Sum of RGB (Red+Green+Blue) = 222+123+153=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7B99 is #218466. Grayscale: #9C9C9C. Windows color (decimal): -2196583 or 10058718. OLE color: 10058718.

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

Color convert

RGB222123153-
CMYK00.450.310.13
HSL341.82º60%67.65%-
HSV(B)341.82º44.59%87.06%-
XYZ42.963234.05-
YUV156.02126.3175.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.58%
GREEN value IS 123 (48.44% from 255) = 24.70%
BLUE value IS 153 (60.16% from 255) = 30.72%
R=44.58%
G=24.70%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212315300.450.310.13341.826067.65
HexDE7B9902D1FD1563c44
Octal336173231055371552674104
Binary1101111011110111001100101011011111111011010101101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7B99; }

 p { color: rgb(222,123,153); }

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

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

 a { background-color: rgb(222,123,153); }

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

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

 span { border-color: rgb(222,123,153); }

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