#DD728F

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

Shades of Pale Violet Red #DD728F

Tints of Pale Violet Red #DD728F

Color information

#DD728F (or 0xDD728F) is unknown color: approx Pale Violet Red. HEX triplet: DD, 72 and 8F. RGB value is (221,114,143). Sum of RGB (Red+Green+Blue) = 221+114+143=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD728F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD728F is #228D70. Grayscale: #959595. Windows color (decimal): -2264433 or 9401053. OLE color: 9401053.

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

Color convert

RGB221114143-
CMYK00.480.350.13
HSL343.74º61.14%65.69%-
HSV(B)343.74º48.42%86.67%-
XYZ40.7929.3929.51-
YUV149.3124.45179.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.23%
GREEN value IS 114 (44.92% from 255) = 23.85%
BLUE value IS 143 (56.25% from 255) = 29.92%
R=46.23%
G=23.85%
B=29.92%

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
Decimal22111414300.480.350.13343.7461.1465.69
HexDD728F03023D1583d42
Octal335162217060431553075102
Binary11011101111001010001111011000010001111011010110001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD728F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD728F; }

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

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

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

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

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

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

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

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