#DD678F

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

Shades of Pale Violet Red #DD678F

Tints of Pale Violet Red #DD678F

Color information

#DD678F (or 0xDD678F) is unknown color: approx Pale Violet Red. HEX triplet: DD, 67 and 8F. RGB value is (221,103,143). Sum of RGB (Red+Green+Blue) = 221+103+143=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD678F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD678F is #229870. Grayscale: #8E8E8E. Windows color (decimal): -2267249 or 9398237. OLE color: 9398237.

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

Color convert

RGB221103143-
CMYK00.530.350.13
HSL339.66º63.44%63.53%-
HSV(B)339.66º53.39%86.67%-
XYZ39.6327.0629.12-
YUV142.84128.09183.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.32%
GREEN value IS 103 (40.62% from 255) = 22.06%
BLUE value IS 143 (56.25% from 255) = 30.62%
R=47.32%
G=22.06%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110314300.530.350.13339.6663.4463.53
HexDD678F03523D1543f40
Octal335147217065431552477100
Binary11011101110011110001111011010110001111011010101001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD678F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD678F; }

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

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

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

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

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

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

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

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