#DD748F

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

Shades of Pale Violet Red #DD748F

Tints of Pale Violet Red #DD748F

Color information

#DD748F (or 0xDD748F) is unknown color: approx Pale Violet Red. HEX triplet: DD, 74 and 8F. RGB value is (221,116,143). Sum of RGB (Red+Green+Blue) = 221+116+143=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD748F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD748F is #228B70. Grayscale: #969696. Windows color (decimal): -2263921 or 9401565. OLE color: 9401565.

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

Color convert

RGB221116143-
CMYK00.480.350.13
HSL344.57º60.69%66.08%-
HSV(B)344.57º47.51%86.67%-
XYZ41.0229.8529.59-
YUV150.47123.79178.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.04%
GREEN value IS 116 (45.70% from 255) = 24.17%
BLUE value IS 143 (56.25% from 255) = 29.79%
R=46.04%
G=24.17%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111614300.480.350.13344.5760.6966.08
HexDD748F03023D1593d42
Octal335164217060431553175102
Binary11011101111010010001111011000010001111011010110011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD748F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD748F; }

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

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

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

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

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

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

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

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