#DD7C9E

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

Shades of Pale Violet Red #DD7C9E

Tints of Pale Violet Red #DD7C9E

Color information

#DD7C9E (or 0xDD7C9E) is unknown color: approx Pale Violet Red. HEX triplet: DD, 7C and 9E. RGB value is (221,124,158). Sum of RGB (Red+Green+Blue) = 221+124+158=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7C9E is #228361. Grayscale: #9C9C9C. Windows color (decimal): -2261858 or 10386653. OLE color: 10386653.

HSL color Cylindrical-coordinate representation of color #DD7C9E: hue angle of 338.97º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7C9E is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB221124158-
CMYK00.440.290.13
HSL338.97º58.79%67.65%-
HSV(B)338.97º43.89%86.67%-
XYZ43.232.2636.3-
YUV156.88128.64173.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 124 (48.83% from 255) = 24.65%
BLUE value IS 158 (62.11% from 255) = 31.41%
R=43.94%
G=24.65%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112415800.440.290.13338.9758.7967.65
HexDD7C9E02C1DD1533b44
Octal335174236054351552373104
Binary1101110111111001001111001011001110111011010100111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7C9E; }

 p { color: rgb(221,124,158); }

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

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

 a { background-color: rgb(221,124,158); }

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

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

 span { border-color: rgb(221,124,158); }

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