#DE769B

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

Shades of Pale Violet Red #DE769B

Tints of Pale Violet Red #DE769B

Color information

#DE769B (or 0xDE769B) is unknown color: approx Pale Violet Red. HEX triplet: DE, 76 and 9B. RGB value is (222,118,155). Sum of RGB (Red+Green+Blue) = 222+118+155=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DE769B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE769B is #218964. Grayscale: #999999. Windows color (decimal): -2197861 or 10188510. OLE color: 10188510.

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

Color convert

RGB222118155-
CMYK00.470.300.13
HSL338.65º61.18%66.67%-
HSV(B)338.65º46.85%87.06%-
XYZ42.5230.8534.72-
YUV153.31128.96176.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.85%
GREEN value IS 118 (46.48% from 255) = 23.84%
BLUE value IS 155 (60.94% from 255) = 31.31%
R=44.85%
G=23.84%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211815500.470.300.13338.6561.1866.67
HexDE769B02F1ED1533d43
Octal336166233057361552375103
Binary1101111011101101001101101011111111011011010100111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE769B; }

 p { color: rgb(222,118,155); }

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

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

 a { background-color: rgb(222,118,155); }

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

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

 span { border-color: rgb(222,118,155); }

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