#DF75A2

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

Shades of Pale Violet Red #DF75A2

Tints of Pale Violet Red #DF75A2

Color information

#DF75A2 (or 0xDF75A2) is unknown color: approx Pale Violet Red. HEX triplet: DF, 75 and A2. RGB value is (223,117,162). Sum of RGB (Red+Green+Blue) = 223+117+162=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF75A2 is #208A5D. Grayscale: #999999. Windows color (decimal): -2132574 or 10647007. OLE color: 10647007.

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

Color convert

RGB223117162-
CMYK00.480.270.13
HSL334.53º62.35%66.67%-
HSV(B)334.53º47.53%87.45%-
XYZ43.3131.0237.89-
YUV153.82132.62177.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.42%
GREEN value IS 117 (46.09% from 255) = 23.31%
BLUE value IS 162 (63.67% from 255) = 32.27%
R=44.42%
G=23.31%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311716200.480.270.13334.5362.3566.67
HexDF75A20301BD14f3e43
Octal337165242060331551776103
Binary1101111111101011010001001100001101111011010011111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF75A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF75A2; }

 p { color: rgb(223,117,162); }

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

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

 a { background-color: rgb(223,117,162); }

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

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

 span { border-color: rgb(223,117,162); }

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