#DD7395

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

Shades of Pale Violet Red #DD7395

Tints of Pale Violet Red #DD7395

Color information

#DD7395 (or 0xDD7395) is unknown color: approx Pale Violet Red. HEX triplet: DD, 73 and 95. RGB value is (221,115,149). Sum of RGB (Red+Green+Blue) = 221+115+149=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7395 is #228C6A. Grayscale: #969696. Windows color (decimal): -2264171 or 9794525. OLE color: 9794525.

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

Color convert

RGB221115149-
CMYK00.480.330.13
HSL340.75º60.92%65.88%-
HSV(B)340.75º47.96%86.67%-
XYZ41.3729.832.01-
YUV150.57127.12178.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.57%
GREEN value IS 115 (45.31% from 255) = 23.71%
BLUE value IS 149 (58.59% from 255) = 30.72%
R=45.57%
G=23.71%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111514900.480.330.13340.7560.9265.88
HexDD739503021D1553d42
Octal335163225060411552575102
Binary11011101111001110010101011000010000111011010101011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7395; }

 p { color: rgb(221,115,149); }

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

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

 a { background-color: rgb(221,115,149); }

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

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

 span { border-color: rgb(221,115,149); }

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