#DD6D93

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

Shades of Pale Violet Red #DD6D93

Tints of Pale Violet Red #DD6D93

Color information

#DD6D93 (or 0xDD6D93) is unknown color: approx Pale Violet Red. HEX triplet: DD, 6D and 93. RGB value is (221,109,147). Sum of RGB (Red+Green+Blue) = 221+109+147=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6D93 is #22926C. Grayscale: #929292. Windows color (decimal): -2265709 or 9661917. OLE color: 9661917.

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

Color convert

RGB221109147-
CMYK00.510.330.13
HSL339.64º62.22%64.71%-
HSV(B)339.64º50.68%86.67%-
XYZ40.5528.4230.95-
YUV146.82128.11180.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.33%
GREEN value IS 109 (42.97% from 255) = 22.85%
BLUE value IS 147 (57.81% from 255) = 30.82%
R=46.33%
G=22.85%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110914700.510.330.13339.6462.2264.71
HexDD6D9303321D1543e41
Octal335155223063411552476101
Binary11011101110110110010011011001110000111011010101001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6D93; }

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

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

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

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

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

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

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

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