#DD6492

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

Shades of Pale Violet Red #DD6492

Tints of Pale Violet Red #DD6492

Color information

#DD6492 (or 0xDD6492) is unknown color: approx Pale Violet Red. HEX triplet: DD, 64 and 92. RGB value is (221,100,146). Sum of RGB (Red+Green+Blue) = 221+100+146=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6492 is #229B6D. Grayscale: #8D8D8D. Windows color (decimal): -2268014 or 9594077. OLE color: 9594077.

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

Color convert

RGB221100146-
CMYK00.550.340.13
HSL337.19º64.02%62.94%-
HSV(B)337.19º54.75%86.67%-
XYZ39.5626.5630.24-
YUV141.42130.59184.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.32%
GREEN value IS 100 (39.45% from 255) = 21.41%
BLUE value IS 146 (57.42% from 255) = 31.26%
R=47.32%
G=21.41%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110014600.550.340.13337.1964.0262.94
HexDD649203722D151403f
Octal335144222067421552110077
Binary11011101110010010010010011011110001011011010100011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6492; }

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

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

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

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

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

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

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

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