#DD7290

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

Shades of Pale Violet Red #DD7290

Tints of Pale Violet Red #DD7290

Color information

#DD7290 (or 0xDD7290) is unknown color: approx Pale Violet Red. HEX triplet: DD, 72 and 90. RGB value is (221,114,144). Sum of RGB (Red+Green+Blue) = 221+114+144=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7290 is #228D6F. Grayscale: #959595. Windows color (decimal): -2264432 or 9466589. OLE color: 9466589.

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

Color convert

RGB221114144-
CMYK00.480.350.13
HSL343.18º61.14%65.69%-
HSV(B)343.18º48.42%86.67%-
XYZ40.8729.4229.91-
YUV149.41124.95179.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.14%
GREEN value IS 114 (44.92% from 255) = 23.80%
BLUE value IS 144 (56.64% from 255) = 30.06%
R=46.14%
G=23.80%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111414400.480.350.13343.1861.1465.69
HexDD729003023D1573d42
Octal335162220060431552775102
Binary11011101111001010010000011000010001111011010101111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7290; }

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

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

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

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

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

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

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

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