#DF74AA

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

Shades of Pale Violet Red #DF74AA

Tints of Pale Violet Red #DF74AA

Color information

#DF74AA (or 0xDF74AA) is unknown color: approx Pale Violet Red. HEX triplet: DF, 74 and AA. RGB value is (223,116,170). Sum of RGB (Red+Green+Blue) = 223+116+170=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF74AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF74AA is #208B55. Grayscale: #9A9A9A. Windows color (decimal): -2132822 or 11171039. OLE color: 11171039.

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

Color convert

RGB223116170-
CMYK00.480.240.13
HSL329.72º62.57%66.47%-
HSV(B)329.72º47.98%87.45%-
XYZ43.9331.0841.71-
YUV154.15136.95177.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.81%
GREEN value IS 116 (45.70% from 255) = 22.79%
BLUE value IS 170 (66.80% from 255) = 33.40%
R=43.81%
G=22.79%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311617000.480.240.13329.7262.5766.47
HexDF74AA03018D14a3f42
Octal337164252060301551277102
Binary1101111111101001010101001100001100011011010010101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF74AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF74AA; }

 p { color: rgb(223,116,170); }

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

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

 a { background-color: rgb(223,116,170); }

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

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

 span { border-color: rgb(223,116,170); }

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