#DD6794

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

Shades of Pale Violet Red #DD6794

Tints of Pale Violet Red #DD6794

Color information

#DD6794 (or 0xDD6794) is unknown color: approx Pale Violet Red. HEX triplet: DD, 67 and 94. RGB value is (221,103,148). Sum of RGB (Red+Green+Blue) = 221+103+148=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6794 is #22986B. Grayscale: #8F8F8F. Windows color (decimal): -2267244 or 9725917. OLE color: 9725917.

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

Color convert

RGB221103148-
CMYK00.530.330.13
HSL337.12º63.44%63.53%-
HSV(B)337.12º53.39%86.67%-
XYZ40.0127.2131.16-
YUV143.41130.59183.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.82%
GREEN value IS 103 (40.62% from 255) = 21.82%
BLUE value IS 148 (58.20% from 255) = 31.36%
R=46.82%
G=21.82%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110314800.530.330.13337.1263.4463.53
HexDD679403521D1513f40
Octal335147224065411552177100
Binary11011101110011110010100011010110000111011010100011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6794; }

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

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

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

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

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

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

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

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