#DE759B

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

Shades of Pale Violet Red #DE759B

Tints of Pale Violet Red #DE759B

Color information

#DE759B (or 0xDE759B) is unknown color: approx Pale Violet Red. HEX triplet: DE, 75 and 9B. RGB value is (222,117,155). Sum of RGB (Red+Green+Blue) = 222+117+155=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DE759B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE759B is #218A64. Grayscale: #989898. Windows color (decimal): -2198117 or 10188254. OLE color: 10188254.

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

Color convert

RGB222117155-
CMYK00.470.300.13
HSL338.29º61.4%66.47%-
HSV(B)338.29º47.3%87.06%-
XYZ42.430.6234.69-
YUV152.73129.29177.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.94%
GREEN value IS 117 (46.09% from 255) = 23.68%
BLUE value IS 155 (60.94% from 255) = 31.38%
R=44.94%
G=23.68%
B=31.38%

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
Decimal22211715500.470.300.13338.2961.466.47
HexDE759B02F1ED1523d42
Octal336165233057361552275102
Binary1101111011101011001101101011111111011011010100101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE759B; }

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

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

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

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

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

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

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

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