#DD6494

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

Shades of Pale Violet Red #DD6494

Tints of Pale Violet Red #DD6494

Color information

#DD6494 (or 0xDD6494) is unknown color: approx Pale Violet Red. HEX triplet: DD, 64 and 94. RGB value is (221,100,148). Sum of RGB (Red+Green+Blue) = 221+100+148=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6494 is #229B6B. Grayscale: #8D8D8D. Windows color (decimal): -2268012 or 9725149. OLE color: 9725149.

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

Color convert

RGB221100148-
CMYK00.550.330.13
HSL336.2º64.02%62.94%-
HSV(B)336.2º54.75%86.67%-
XYZ39.7226.6231.06-
YUV141.65131.59184.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.12%
GREEN value IS 100 (39.45% from 255) = 21.32%
BLUE value IS 148 (58.20% from 255) = 31.56%
R=47.12%
G=21.32%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110014800.550.330.13336.264.0262.94
HexDD649403721D150403f
Octal335144224067411552010077
Binary11011101110010010010100011011110000111011010100001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6494; }

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

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

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

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

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

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

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

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