#DD629F

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

Shades of Pale Violet Red #DD629F

Tints of Pale Violet Red #DD629F

Color information

#DD629F (or 0xDD629F) is unknown color: approx Pale Violet Red. HEX triplet: DD, 62 and 9F. RGB value is (221,98,159). Sum of RGB (Red+Green+Blue) = 221+98+159=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD629F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD629F is #229D60. Grayscale: #8D8D8D. Windows color (decimal): -2268513 or 10445533. OLE color: 10445533.

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

Color convert

RGB22198159-
CMYK00.560.280.13
HSL330.24º64.4%62.55%-
HSV(B)330.24º55.66%86.67%-
XYZ40.4426.6135.81-
YUV141.73137.75184.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.23%
GREEN value IS 98 (38.67% from 255) = 20.50%
BLUE value IS 159 (62.5% from 255) = 33.26%
R=46.23%
G=20.50%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219815900.560.280.13330.2464.462.55
HexDD629F0381CD14a403f
Octal335142237070341551210077
Binary1101110111000101001111101110001110011011010010101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD629F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD629F; }

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

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

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

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

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

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

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

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