#DD749A

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

Shades of Pale Violet Red #DD749A

Tints of Pale Violet Red #DD749A

Color information

#DD749A (or 0xDD749A) is unknown color: approx Pale Violet Red. HEX triplet: DD, 74 and 9A. RGB value is (221,116,154). Sum of RGB (Red+Green+Blue) = 221+116+154=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD749A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD749A is #228B65. Grayscale: #979797. Windows color (decimal): -2263910 or 10122461. OLE color: 10122461.

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

Color convert

RGB221116154-
CMYK00.480.300.13
HSL338.29º60.69%66.08%-
HSV(B)338.29º47.51%86.67%-
XYZ41.930.234.19-
YUV151.73129.29177.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 116 (45.70% from 255) = 23.63%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=45.01%
G=23.63%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111615400.480.300.13338.2960.6966.08
HexDD749A0301ED1523d42
Octal335164232060361552275102
Binary1101110111101001001101001100001111011011010100101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD749A; }

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

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

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

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

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

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

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

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