#DF75A1

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

Shades of Pale Violet Red #DF75A1

Tints of Pale Violet Red #DF75A1

Color information

#DF75A1 (or 0xDF75A1) is unknown color: approx Pale Violet Red. HEX triplet: DF, 75 and A1. RGB value is (223,117,161). Sum of RGB (Red+Green+Blue) = 223+117+161=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF75A1 is #208A5E. Grayscale: #999999. Windows color (decimal): -2132575 or 10581471. OLE color: 10581471.

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

Color convert

RGB223117161-
CMYK00.480.280.13
HSL335.09º62.35%66.67%-
HSV(B)335.09º47.53%87.45%-
XYZ43.2330.9837.42-
YUV153.71132.12177.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.51%
GREEN value IS 117 (46.09% from 255) = 23.35%
BLUE value IS 161 (63.28% from 255) = 32.14%
R=44.51%
G=23.35%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311716100.480.280.13335.0962.3566.67
HexDF75A10301CD14f3e43
Octal337165241060341551776103
Binary1101111111101011010000101100001110011011010011111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF75A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF75A1; }

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

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

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

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

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

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

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

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