#DD679E

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

Shades of Pale Violet Red #DD679E

Tints of Pale Violet Red #DD679E

Color information

#DD679E (or 0xDD679E) is unknown color: approx Pale Violet Red. HEX triplet: DD, 67 and 9E. RGB value is (221,103,158). Sum of RGB (Red+Green+Blue) = 221+103+158=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD679E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD679E is #229861. Grayscale: #909090. Windows color (decimal): -2267234 or 10381277. OLE color: 10381277.

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

Color convert

RGB221103158-
CMYK00.530.290.13
HSL332.03º63.44%63.53%-
HSV(B)332.03º53.39%86.67%-
XYZ40.8427.5435.51-
YUV144.55135.59182.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.85%
GREEN value IS 103 (40.62% from 255) = 21.37%
BLUE value IS 158 (62.11% from 255) = 32.78%
R=45.85%
G=21.37%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110315800.530.290.13332.0363.4463.53
HexDD679E0351DD14c3f40
Octal335147236065351551477100
Binary1101110111001111001111001101011110111011010011001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD679E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD679E; }

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

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

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

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

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

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

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

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