#DF75A3

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

Shades of Pale Violet Red #DF75A3

Tints of Pale Violet Red #DF75A3

Color information

#DF75A3 (or 0xDF75A3) is unknown color: approx Pale Violet Red. HEX triplet: DF, 75 and A3. RGB value is (223,117,163). Sum of RGB (Red+Green+Blue) = 223+117+163=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 163 (64.06% from 255 or 32.41% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF75A3 is #208A5C. Grayscale: #999999. Windows color (decimal): -2132573 or 10712543. OLE color: 10712543.

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

Color convert

RGB223117163-
CMYK00.480.270.13
HSL333.96º62.35%66.67%-
HSV(B)333.96º47.53%87.45%-
XYZ43.431.0538.36-
YUV153.94133.12177.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.33%
GREEN value IS 117 (46.09% from 255) = 23.26%
BLUE value IS 163 (64.06% from 255) = 32.41%
R=44.33%
G=23.26%
B=32.41%

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
Decimal22311716300.480.270.13333.9662.3566.67
HexDF75A30301BD14e3e43
Octal337165243060331551676103
Binary1101111111101011010001101100001101111011010011101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF75A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF75A3; }

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

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

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

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

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

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

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

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