#DE75A9

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

Shades of Pale Violet Red #DE75A9

Tints of Pale Violet Red #DE75A9

Color information

#DE75A9 (or 0xDE75A9) is unknown color: approx Pale Violet Red. HEX triplet: DE, 75 and A9. RGB value is (222,117,169). Sum of RGB (Red+Green+Blue) = 222+117+169=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DE75A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE75A9 is #218A56. Grayscale: #9A9A9A. Windows color (decimal): -2198103 or 11105758. OLE color: 11105758.

HSL color Cylindrical-coordinate representation of color #DE75A9: hue angle of 330.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 #DE75A9 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB222117169-
CMYK00.470.240.13
HSL330.29º61.4%66.47%-
HSV(B)330.29º47.3%87.06%-
XYZ43.6531.1241.24-
YUV154.32136.29176.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.70%
GREEN value IS 117 (46.09% from 255) = 23.03%
BLUE value IS 169 (66.41% from 255) = 33.27%
R=43.70%
G=23.03%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211716900.470.240.13330.2961.466.47
HexDE75A902F18D14a3d42
Octal336165251057301551275102
Binary1101111011101011010100101011111100011011010010101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE75A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE75A9; }

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

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

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

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

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

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

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

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