#DE75AB

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

Shades of Pale Violet Red #DE75AB

Tints of Pale Violet Red #DE75AB

Color information

#DE75AB (or 0xDE75AB) is unknown color: approx Pale Violet Red. HEX triplet: DE, 75 and AB. RGB value is (222,117,171). Sum of RGB (Red+Green+Blue) = 222+117+171=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DE75AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE75AB is #218A54. Grayscale: #9A9A9A. Windows color (decimal): -2198101 or 11236830. OLE color: 11236830.

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

Color convert

RGB222117171-
CMYK00.470.230.13
HSL329.14º61.4%66.47%-
HSV(B)329.14º47.3%87.06%-
XYZ43.8431.1942.24-
YUV154.55137.29176.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.53%
GREEN value IS 117 (46.09% from 255) = 22.94%
BLUE value IS 171 (67.19% from 255) = 33.53%
R=43.53%
G=22.94%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211717100.470.230.13329.1461.466.47
HexDE75AB02F17D1493d42
Octal336165253057271551175102
Binary1101111011101011010101101011111011111011010010011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE75AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE75AB; }

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

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

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

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

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

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

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

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