#DD7094

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

Shades of Pale Violet Red #DD7094

Tints of Pale Violet Red #DD7094

Color information

#DD7094 (or 0xDD7094) is unknown color: approx Pale Violet Red. HEX triplet: DD, 70 and 94. RGB value is (221,112,148). Sum of RGB (Red+Green+Blue) = 221+112+148=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7094 is #228F6B. Grayscale: #949494. Windows color (decimal): -2264940 or 9728221. OLE color: 9728221.

HSL color Cylindrical-coordinate representation of color #DD7094: hue angle of 340.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD7094 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB221112148-
CMYK00.490.330.13
HSL340.18º61.58%65.29%-
HSV(B)340.18º49.32%86.67%-
XYZ40.9629.131.47-
YUV148.7127.61179.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.95%
GREEN value IS 112 (44.14% from 255) = 23.28%
BLUE value IS 148 (58.20% from 255) = 30.77%
R=45.95%
G=23.28%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111214800.490.330.13340.1861.5865.29
HexDD709403121D1543e41
Octal335160224061411552476101
Binary11011101111000010010100011000110000111011010101001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7094; }

 p { color: rgb(221,112,148); }

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

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

 a { background-color: rgb(221,112,148); }

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

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

 span { border-color: rgb(221,112,148); }

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