#DD7293

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

Shades of Pale Violet Red #DD7293

Tints of Pale Violet Red #DD7293

Color information

#DD7293 (or 0xDD7293) is unknown color: approx Pale Violet Red. HEX triplet: DD, 72 and 93. RGB value is (221,114,147). Sum of RGB (Red+Green+Blue) = 221+114+147=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7293 is #228D6C. Grayscale: #959595. Windows color (decimal): -2264429 or 9663197. OLE color: 9663197.

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

Color convert

RGB221114147-
CMYK00.480.330.13
HSL341.5º61.14%65.69%-
HSV(B)341.5º48.42%86.67%-
XYZ41.129.5131.13-
YUV149.76126.45178.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.85%
GREEN value IS 114 (44.92% from 255) = 23.65%
BLUE value IS 147 (57.81% from 255) = 30.50%
R=45.85%
G=23.65%
B=30.50%

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
Decimal22111414700.480.330.13341.561.1465.69
HexDD729303021D1553d42
Octal335162223060411552575102
Binary11011101111001010010011011000010000111011010101011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7293; }

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

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

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

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

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

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

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

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