#DD74A9

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

Shades of Pale Violet Red #DD74A9

Tints of Pale Violet Red #DD74A9

Color information

#DD74A9 (or 0xDD74A9) is unknown color: approx Pale Violet Red. HEX triplet: DD, 74 and A9. RGB value is (221,116,169). Sum of RGB (Red+Green+Blue) = 221+116+169=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD74A9 is #228B56. Grayscale: #999999. Windows color (decimal): -2263895 or 11105501. OLE color: 11105501.

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

Color convert

RGB221116169-
CMYK00.480.240.13
HSL329.71º60.69%66.08%-
HSV(B)329.71º47.51%86.67%-
XYZ43.2330.7341.19-
YUV153.44136.79176.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.68%
GREEN value IS 116 (45.70% from 255) = 22.92%
BLUE value IS 169 (66.41% from 255) = 33.40%
R=43.68%
G=22.92%
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
Decimal22111616900.480.240.13329.7160.6966.08
HexDD74A903018D14a3d42
Octal335164251060301551275102
Binary1101110111101001010100101100001100011011010010101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD74A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD74A9; }

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

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

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

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

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

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

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

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