#DD648B

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

Shades of Pale Violet Red #DD648B

Tints of Pale Violet Red #DD648B

Color information

#DD648B (or 0xDD648B) is unknown color: approx Pale Violet Red. HEX triplet: DD, 64 and 8B. RGB value is (221,100,139). Sum of RGB (Red+Green+Blue) = 221+100+139=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD648B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD648B is #229B74. Grayscale: #8C8C8C. Windows color (decimal): -2268021 or 9135325. OLE color: 9135325.

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

Color convert

RGB221100139-
CMYK00.550.370.13
HSL340.66º64.02%62.94%-
HSV(B)340.66º54.75%86.67%-
XYZ39.0426.3527.45-
YUV140.62127.09185.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.04%
GREEN value IS 100 (39.45% from 255) = 21.74%
BLUE value IS 139 (54.69% from 255) = 30.22%
R=48.04%
G=21.74%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110013900.550.370.13340.6664.0262.94
HexDD648B03725D155403f
Octal335144213067451552510077
Binary11011101110010010001011011011110010111011010101011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD648B; }

 p { color: rgb(221,100,139); }

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

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

 a { background-color: rgb(221,100,139); }

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

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

 span { border-color: rgb(221,100,139); }

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