#DD648D

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

Shades of Pale Violet Red #DD648D

Tints of Pale Violet Red #DD648D

Color information

#DD648D (or 0xDD648D) is unknown color: approx Pale Violet Red. HEX triplet: DD, 64 and 8D. RGB value is (221,100,141). Sum of RGB (Red+Green+Blue) = 221+100+141=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD648D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD648D is #229B72. Grayscale: #8C8C8C. Windows color (decimal): -2268019 or 9266397. OLE color: 9266397.

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

Color convert

RGB221100141-
CMYK00.550.360.13
HSL339.67º64.02%62.94%-
HSV(B)339.67º54.75%86.67%-
XYZ39.1826.4128.23-
YUV140.85128.09185.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.84%
GREEN value IS 100 (39.45% from 255) = 21.65%
BLUE value IS 141 (55.47% from 255) = 30.52%
R=47.84%
G=21.65%
B=30.52%

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
Decimal22110014100.550.360.13339.6764.0262.94
HexDD648D03724D154403f
Octal335144215067441552410077
Binary11011101110010010001101011011110010011011010101001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD648D; }

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

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

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

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

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

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

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

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