#DD728E

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

Shades of Pale Violet Red #DD728E

Tints of Pale Violet Red #DD728E

Color information

#DD728E (or 0xDD728E) is unknown color: approx Pale Violet Red. HEX triplet: DD, 72 and 8E. RGB value is (221,114,142). Sum of RGB (Red+Green+Blue) = 221+114+142=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD728E is #228D71. Grayscale: #959595. Windows color (decimal): -2264434 or 9335517. OLE color: 9335517.

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

Color convert

RGB221114142-
CMYK00.480.360.13
HSL344.3º61.14%65.69%-
HSV(B)344.3º48.42%86.67%-
XYZ40.7229.3629.11-
YUV149.18123.95179.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.33%
GREEN value IS 114 (44.92% from 255) = 23.90%
BLUE value IS 142 (55.86% from 255) = 29.77%
R=46.33%
G=23.90%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111414200.480.360.13344.361.1465.69
HexDD728E03024D1583d42
Octal335162216060441553075102
Binary11011101111001010001110011000010010011011010110001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD728E; }

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

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

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

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

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

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

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

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