#DD74A0

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

Shades of Pale Violet Red #DD74A0

Tints of Pale Violet Red #DD74A0

Color information

#DD74A0 (or 0xDD74A0) is unknown color: approx Pale Violet Red. HEX triplet: DD, 74 and A0. RGB value is (221,116,160). Sum of RGB (Red+Green+Blue) = 221+116+160=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD74A0 is #228B5F. Grayscale: #989898. Windows color (decimal): -2263904 or 10515677. OLE color: 10515677.

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

Color convert

RGB221116160-
CMYK00.480.280.13
HSL334.86º60.69%66.08%-
HSV(B)334.86º47.51%86.67%-
XYZ42.4130.436.89-
YUV152.41132.29176.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.47%
GREEN value IS 116 (45.70% from 255) = 23.34%
BLUE value IS 160 (62.89% from 255) = 32.19%
R=44.47%
G=23.34%
B=32.19%

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
Decimal22111616000.480.280.13334.8660.6966.08
HexDD74A00301CD14f3d42
Octal335164240060341551775102
Binary1101110111101001010000001100001110011011010011111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD74A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD74A0; }

 p { color: rgb(221,116,160); }

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

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

 a { background-color: rgb(221,116,160); }

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

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

 span { border-color: rgb(221,116,160); }

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