#DD628E

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

Shades of Pale Violet Red #DD628E

Tints of Pale Violet Red #DD628E

Color information

#DD628E (or 0xDD628E) is unknown color: approx Pale Violet Red. HEX triplet: DD, 62 and 8E. RGB value is (221,98,142). Sum of RGB (Red+Green+Blue) = 221+98+142=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD628E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD628E is #229D71. Grayscale: #8B8B8B. Windows color (decimal): -2268530 or 9331421. OLE color: 9331421.

HSL color Cylindrical-coordinate representation of color #DD628E: hue angle of 338.54º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD628E is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB22198142-
CMYK00.560.360.13
HSL338.54º64.4%62.55%-
HSV(B)338.54º55.66%86.67%-
XYZ39.0726.0628.56-
YUV139.79129.25185.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.94%
GREEN value IS 98 (38.67% from 255) = 21.26%
BLUE value IS 142 (55.86% from 255) = 30.80%
R=47.94%
G=21.26%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219814200.560.360.13338.5464.462.55
HexDD628E03824D153403f
Octal335142216070441552310077
Binary11011101110001010001110011100010010011011010100111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD628E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD628E; }

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

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

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

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

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

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

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

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