#DD638D

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

Shades of Pale Violet Red #DD638D

Tints of Pale Violet Red #DD638D

Color information

#DD638D (or 0xDD638D) is unknown color: approx Pale Violet Red. HEX triplet: DD, 63 and 8D. RGB value is (221,99,141). Sum of RGB (Red+Green+Blue) = 221+99+141=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD638D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD638D is #229C72. Grayscale: #8C8C8C. Windows color (decimal): -2268275 or 9266141. OLE color: 9266141.

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

Color convert

RGB22199141-
CMYK00.550.360.13
HSL339.34º64.21%62.75%-
HSV(B)339.34º55.2%86.67%-
XYZ39.0926.2228.2-
YUV140.27128.42185.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.94%
GREEN value IS 99 (39.06% from 255) = 21.48%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=47.94%
G=21.48%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219914100.550.360.13339.3464.2162.75
HexDD638D03724D153403f
Octal335143215067441552310077
Binary11011101110001110001101011011110010011011010100111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD638D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD638D; }

 p { color: rgb(221,99,141); }

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

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

 a { background-color: rgb(221,99,141); }

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

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

 span { border-color: rgb(221,99,141); }

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