#DD6593

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

Shades of Pale Violet Red #DD6593

Tints of Pale Violet Red #DD6593

Color information

#DD6593 (or 0xDD6593) is unknown color: approx Pale Violet Red. HEX triplet: DD, 65 and 93. RGB value is (221,101,147). Sum of RGB (Red+Green+Blue) = 221+101+147=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6593 is #229A6C. Grayscale: #8E8E8E. Windows color (decimal): -2267757 or 9659869. OLE color: 9659869.

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

Color convert

RGB221101147-
CMYK00.540.330.13
HSL337º63.83%63.14%-
HSV(B)337º54.3%86.67%-
XYZ39.7426.7930.68-
YUV142.12130.76184.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.12%
GREEN value IS 101 (39.84% from 255) = 21.54%
BLUE value IS 147 (57.81% from 255) = 31.34%
R=47.12%
G=21.54%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110114700.540.330.1333763.8363.14
HexDD659303621D151403f
Octal335145223066411552110077
Binary11011101110010110010011011011010000111011010100011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6593; }

 p { color: rgb(221,101,147); }

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

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

 a { background-color: rgb(221,101,147); }

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

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

 span { border-color: rgb(221,101,147); }

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